Remove osgi.annotation declaration 70/95770/2
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 19:49:36 +0000 (21:49 +0200)
We are getting this declaration from odlparent, remove it.

Change-Id: Ifb5348fe98c7fb81a905ea31a995cf90cd2c7694
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit 747e4484e48e3076446719adad2486d62abc0008)

dom/dom-parent/pom.xml

index 2ffb44ff4144455ce61cf5ac59bc77f05cb6828a..df66ceaeb2fd5f01a11a6c93cee4285e00b3d765 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>