Remove osgi.annotation declaration 63/95763/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 13 Apr 2021 14:18:07 +0000 (16:18 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 13 Apr 2021 14:18:40 +0000 (16:18 +0200)
We are getting this declaration from odlparent, remove it.

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

index 3423677733d0a73ec7210be534bf9e70c09804a4..f5fbf52d848c478a9a654142cf43bc579d1cb8e1 100644 (file)
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
-
-            <!-- FIXME: Remove this with odlparent-8.1.1+ -->
-            <dependency>
-                <groupId>org.osgi</groupId>
-                <artifactId>osgi.annotation</artifactId>
-                <version>7.0.0</version>
-                <scope>provided</scope>
-            </dependency>
         </dependencies>
     </dependencyManagement>
 </project>