[jboss-cvs] JBossAS SVN: r106431 - in branches/snmp4j-integration-1.11.1: varia and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jul 5 11:54:08 EDT 2010


Author: bshim
Date: 2010-07-05 11:54:07 -0400 (Mon, 05 Jul 2010)
New Revision: 106431

Modified:
   branches/snmp4j-integration-1.11.1/component-matrix/pom.xml
   branches/snmp4j-integration-1.11.1/varia/pom.xml
Log:
added snmp4j dependency

Modified: branches/snmp4j-integration-1.11.1/component-matrix/pom.xml
===================================================================
--- branches/snmp4j-integration-1.11.1/component-matrix/pom.xml	2010-07-05 15:35:27 UTC (rev 106430)
+++ branches/snmp4j-integration-1.11.1/component-matrix/pom.xml	2010-07-05 15:54:07 UTC (rev 106431)
@@ -171,6 +171,7 @@
     <version.weld.api>1.0-SP1</version.weld.api>
     <version.xdoclet>1.2.3</version.xdoclet>
     <version.xmlschema>1.4.5</version.xmlschema>
+    <version.org.snmp4j>1.11.1</version.org.snmp4j>
   </properties>
 
   <!-- Build Configuration -->
@@ -1600,6 +1601,12 @@
       </dependency>
       
       <dependency>
+        <groupId>org.snmp4j</groupId>
+        <artifactId>snmp4j</artifactId>
+        <version>1.11.1</version>
+      </dependency>
+      
+      <dependency>
         <groupId>juddi</groupId>
         <artifactId>juddi</artifactId>
         <version>0.9RC4</version>

Modified: branches/snmp4j-integration-1.11.1/varia/pom.xml
===================================================================
--- branches/snmp4j-integration-1.11.1/varia/pom.xml	2010-07-05 15:35:27 UTC (rev 106430)
+++ branches/snmp4j-integration-1.11.1/varia/pom.xml	2010-07-05 15:54:07 UTC (rev 106431)
@@ -241,6 +241,11 @@
       <groupId>joesnmp</groupId>
       <artifactId>joesnmp</artifactId>
     </dependency>
+
+    <dependency>
+      <groupId>org.snmp4j</groupId>
+      <artifactId>snmp4j</artifactId>
+    </dependency>
     
     <dependency>
       <groupId>javax.mail</groupId>



More information about the jboss-cvs-commits mailing list