Author: jbonofre
Date: Wed May 29 07:12:18 2013
New Revision: 1487349

URL: http://svn.apache.org/r1487349
Log:
Remove optional dependency flag

Modified:
    servicemix/smx4/bundles/trunk/snmp4j-2.2.1/pom.xml

Modified: servicemix/smx4/bundles/trunk/snmp4j-2.2.1/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/snmp4j-2.2.1/pom.xml?rev=1487349&r1=1487348&r2=1487349&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/snmp4j-2.2.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/snmp4j-2.2.1/pom.xml Wed May 29 07:12:18 2013
@@ -69,7 +69,6 @@
             <groupId>${pkgGroupId}</groupId>
             <artifactId>${pkgArtifactId}</artifactId>
             <version>${pkgVersion}</version>
-            <optional>true</optional>
         </dependency>
 
         <!-- sources -->
@@ -78,7 +77,6 @@
             <artifactId>${pkgArtifactId}</artifactId>
             <version>${pkgVersion}</version>
             <classifier>sources</classifier>
-            <optional>true</optional>
         </dependency>
     </dependencies>
 
@@ -115,4 +113,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>


Reply via email to