Author: pauls
Date: Fri Apr 13 21:29:47 2018
New Revision: 1829109

URL: http://svn.apache.org/viewvc?rev=1829109&view=rev
Log:
FELIX-5800: Add animal sniffer annotations

Modified:
    felix/trunk/osgi-r7/framework/pom.xml

Modified: felix/trunk/osgi-r7/framework/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/osgi-r7/framework/pom.xml?rev=1829109&r1=1829108&r2=1829109&view=diff
==============================================================================
--- felix/trunk/osgi-r7/framework/pom.xml (original)
+++ felix/trunk/osgi-r7/framework/pom.xml Fri Apr 13 21:29:47 2018
@@ -57,7 +57,7 @@
                 org.osgi.resource.dto;-split-package:=first,                
                 org.osgi.service.packageadmin;-split-package:=first,
                 org.osgi.service.startlevel;-split-package:=first,
-                   org.osgi.service.url;-split-package:=first,
+               org.osgi.service.url;-split-package:=first,
                 org.osgi.service.resolver,
                 org.osgi.util.tracker;-split-package:=first,
                 org.osgi.dto;-split-package:=first
@@ -160,5 +160,10 @@
         <version>4.12</version>
         <scope>test</scope>
     </dependency>
+      <dependency>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <version>1.9</version>
+      </dependency>
   </dependencies>
 </project>


Reply via email to