Pull in osgi.annotation.bundle by default 51/100951/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 3 May 2022 19:28:35 +0000 (21:28 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 3 May 2022 19:28:35 +0000 (21:28 +0200)
All these annotations have class retention, thus are completely
harmless. Pull them in as provided. There are some enums, but those
are not likely to be used.

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

index f7125aab6c99992b63d68c56101ecf47ed3950e4..dbde1685131027d16aac1d3c25001d7523d1c0b2 100644 (file)
     <name>ODL :: odlparent :: ${project.artifactId}</name>
 
     <dependencies>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.annotation.bundle</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.annotation.versioning</artifactId>