Pull in osgi.annotation.versioning by default 28/100928/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 2 May 2022 19:53:51 +0000 (21:53 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 2 May 2022 19:54:54 +0000 (21:54 +0200)
All these annotations have class retention, thus are completely
harmless. Pull them in as provided.

Change-Id: If449fd37ecd0bd97757d334f973f824db2835041
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
bundle-parent/pom.xml

index 2cd18bebfe4cd45601f3d27fefd5aad762f2aff9..f7125aab6c99992b63d68c56101ecf47ed3950e4 100644 (file)
     <packaging>pom</packaging>
     <name>ODL :: odlparent :: ${project.artifactId}</name>
 
+    <dependencies>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.annotation.versioning</artifactId>
+        </dependency>
+    </dependencies>
+
     <build>
         <plugins>
             <plugin>