[esb-java-dev] svn commit r217 - esb/java/trunk
svn at wso2.com
svn at wso2.com
Tue Dec 12 23:55:08 PST 2006
Author: ruwan
Date: Tue Dec 12 23:55:07 2006
New Revision: 217
Modified:
esb/java/trunk/pom.xml
Log:
updating for the new wsf jars
Modified: esb/java/trunk/pom.xml
==============================================================================
--- esb/java/trunk/pom.xml (original)
+++ esb/java/trunk/pom.xml Tue Dec 12 23:55:07 2006
@@ -260,18 +260,18 @@
<!-- WSO2 WSF Jars-->
<dependency>
<groupId>org.wso2.wsf</groupId>
- <artifactId>wso2wsf-common-core</artifactId>
- <version>${wso2wsas.version}</version>
+ <artifactId>wso2-wsf-core</artifactId>
+ <version>${wso2wsf.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.wsf</groupId>
- <artifactId>wso2wsf-common-tools</artifactId>
- <version>${wso2wsas.version}</version>
+ <artifactId>wso2-wsf-tools</artifactId>
+ <version>${wso2wsf.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.wsf</groupId>
- <artifactId>statistics</artifactId>
- <version>${wso2wsas.admin.module.version}</version>
+ <artifactId>wso2-wsf-statistics</artifactId>
+ <version>${wso2wsf.version}</version>
<type>mar</type>
<scope>provided</scope>
</dependency>
@@ -726,7 +726,7 @@
<wso2.esb.version>1.0-alpha-1</wso2.esb.version>
<wso2wsas.version>1.1</wso2wsas.version>
- <wso2wsas.admin.module.version>1.1</wso2wsas.admin.module.version>
+ <wso2wsf.version>1.2-SNAPSHOT</wso2wsf.version>
<wso2.adminui.version>1.1</wso2.adminui.version>
<synapse.version>0.90-RC1</synapse.version>
More information about the Esb-java-dev
mailing list