Remove unneeded javax.annotation suppressions 40/81140/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 25 Mar 2019 08:52:26 +0000 (09:52 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 25 Mar 2019 08:52:26 +0000 (09:52 +0100)
We are not pulling in JSR305 anymore, remove import suppressions.

Change-Id: Ibce8b30dab04e4c84d972e02f6b190ffd104a938
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
common/concepts/pom.xml
yang/yang-common/pom.xml
yang/yang-data-api/pom.xml
yang/yang-data-codec-gson/pom.xml
yang/yang-data-jaxen/pom.xml
yang/yang-model-api/pom.xml
yang/yang-parser-rfc7950/pom.xml
yang/yang-parser-spi/pom.xml

index 8a8716e4883e24d2c8187f56baaf35306add8fa3..a84dbbbd7ff22a3a3ec7be29b54fc83f04d49c4e 100644 (file)
@@ -40,7 +40,6 @@
                 <configuration>
                     <instructions>
                         <Automatic-Module-Name>org.opendaylight.yangtools.concepts</Automatic-Module-Name>
-                        <Import-Package>!javax.annotation,*</Import-Package>
                     </instructions>
                 </configuration>
             </plugin>
index 00dc5ff10749f4c670a2a8397beff89f6d1a05e4..24d412553f02166eada63c397d04cd71be32aac4 100644 (file)
@@ -45,7 +45,6 @@
                 <configuration>
                     <instructions>
                         <Automatic-Module-Name>org.opendaylight.yangtools.yang.common</Automatic-Module-Name>
-                        <Import-Package>!javax.annotation,*</Import-Package>
                         <Include-Resource>{META-INF/services=${project.build.directory}/classes/META-INF/services}</Include-Resource>
                     </instructions>
                 </configuration>
index 415be8428fcca7866cb5446030c465271dc01453..6168cee5403754987e82c6129aa99fa76775565e 100644 (file)
@@ -52,7 +52,6 @@
                 <configuration>
                     <instructions>
                         <Automatic-Module-Name>org.opendaylight.yangtools.yang.data.api</Automatic-Module-Name>
-                        <Import-Package>!javax.annotation,*</Import-Package>
                     </instructions>
                 </configuration>
             </plugin>
index dce9d9f3cab12239ce95a875ba762e12ebba2c89..8679a1016fe253b7b5b6b88a2fdaadb4cad7df39 100644 (file)
@@ -68,7 +68,6 @@
                 <configuration>
                     <instructions>
                         <Automatic-Module-Name>org.opendaylight.yangtools.yang.data.codec.gson</Automatic-Module-Name>
-                        <Import-Package>!javax.annotation,*</Import-Package>
                     </instructions>
                 </configuration>
             </plugin>
index ec4b6593ca79bf33dd9694d930f37a7098c44627..7718289d13d47119dd1e0699e0ce96250f88a2a8 100644 (file)
@@ -79,7 +79,6 @@
                 <configuration>
                     <instructions>
                         <Automatic-Module-Name>org.opendaylight.yangtools.yang.data.jaxen</Automatic-Module-Name>
-                        <Import-Package>!javax.annotation,*</Import-Package>
                         <Include-Resource>{META-INF/services=${project.build.directory}/classes/META-INF/services}</Include-Resource>
                         <Bundle-Activator>org.opendaylight.yangtools.yang.data.jaxen.osgi.Activator</Bundle-Activator>
                     </instructions>
index 3764225ce68089dcabeff4e8155d0840efe509a1..3df1dc6b1bcd4137ca0a7eed78f1b219b6a344ea 100644 (file)
@@ -48,7 +48,6 @@
                 <configuration>
                     <instructions>
                         <Automatic-Module-Name>org.opendaylight.yangtools.yang.model.api</Automatic-Module-Name>
-                        <Import-Package>!javax.annotation,*</Import-Package>
                     </instructions>
                 </configuration>
             </plugin>
index f1d3b5ddbfef554102d4f669fdc2216bb132f78c..8bcd3bfdd2807d41cd33a3a073c9486c92831382 100644 (file)
@@ -96,7 +96,6 @@
                 <configuration>
                     <instructions>
                         <Automatic-Module-Name>org.opendaylight.yangtools.yang.parser.reactor</Automatic-Module-Name>
-                        <Import-Package>!javax.annotation,*</Import-Package>
                     </instructions>
                 </configuration>
             </plugin>
index 9d823d80f8c0db9a3f311314538162d104bd5d22..4388fa3e135fc5dccc3008f5a670f38c079e0333 100644 (file)
@@ -50,7 +50,6 @@
                 <configuration>
                     <instructions>
                         <Automatic-Module-Name>org.opendaylight.yangtools.yang.parser.spi</Automatic-Module-Name>
-                        <Import-Package>!javax.annotation,*</Import-Package>
                     </instructions>
                 </configuration>
             </plugin>