Author: deepal
Date: Wed Feb 6 01:35:28 2008
New Revision: 13323
Log:
removing unnecessary snapshot dependencies
Modified:
branches/registry/1_0/pom.xml
Modified: branches/registry/1_0/pom.xml
==============================================================================
--- branches/registry/1_0/pom.xml (original)
+++ branches/registry/1_0/pom.xml Wed Feb 6 01:35:28 2008
@@ -171,7 +171,16 @@
<artifactId>usermanager-core</artifactId>
<version>${usermanager.version}</version>
</dependency>
-
+ <dependency>
+ <groupId>org.wso2.commons.usermanager</groupId>
+ <artifactId>usermanager-configs</artifactId>
+ <version>${usermanager.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-dbcp</groupId>
+ <artifactId>commons-dbcp</artifactId>
+ <version>${commons.dbcp.version}</version>
+ </dependency>
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
@@ -394,6 +403,7 @@
<jetty.version>6.1.5</jetty.version>
<wsdl4j.version>1.6.2</wsdl4j.version>
<xmlschema.version>1.3.3</xmlschema.version>
+ <commons.dbcp.version>1.2.2</commons.dbcp.version>
</properties>
<repositories>
_______________________________________________
Registry-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/registry-dev