Author: keith
Date: Thu Dec 6 05:42:19 2007
New Revision: 10649
Log:
Adding
wso2is-identity-provider-SNAPSHOT.jar
wso2is-base-SNAPSHOT.jar
to the build.
Modified:
trunk/mashup/java/modules/distribution/src/assemble/bin-release-assembly.xml
trunk/mashup/java/pom.xml
Modified:
trunk/mashup/java/modules/distribution/src/assemble/bin-release-assembly.xml
==============================================================================
---
trunk/mashup/java/modules/distribution/src/assemble/bin-release-assembly.xml
(original)
+++
trunk/mashup/java/modules/distribution/src/assemble/bin-release-assembly.xml
Thu Dec 6 05:42:19 2007
@@ -64,6 +64,8 @@
<include>org.wso2.commons.usermanager:usermanager-core:jar</include>
<include>org.wso2.commons.usermanager:user-verification:jar</include>
<include>org.wso2.solutions.identity:wso2is-token-verifier-core:jar</include>
+
<include>org.wso2.solutions.identity:wso2is-identity-provider:jar</include>
+ <include>org.wso2.solutions.identity:wso2is-base:jar</include>
<include>org.wso2.registry:wso2registry-core:jar</include>
</includes>
</dependencySet>
Modified: trunk/mashup/java/pom.xml
==============================================================================
--- trunk/mashup/java/pom.xml (original)
+++ trunk/mashup/java/pom.xml Thu Dec 6 05:42:19 2007
@@ -772,7 +772,213 @@
<dependency>
<groupId>org.wso2.solutions.identity</groupId>
<artifactId>wso2is-token-verifier-core</artifactId>
- <version>${token.verifier.core.version}</version>
+ <version>${identity.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.axis2</groupId>
+ <artifactId>axis2</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.axis2</groupId>
+ <artifactId>addressing</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.axis2</groupId>
+ <artifactId>axis2-mtompolicy</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.wso2.wsas</groupId>
+ <artifactId>wso2wsas-admin</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.rampart</groupId>
+ <artifactId>rampart-trust</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.rampart</groupId>
+ <artifactId>rampart</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.rampart</groupId>
+ <artifactId>rahas</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.rampart</groupId>
+ <artifactId>rampart-core</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.axis2</groupId>
+ <artifactId>mex-impl</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.neethi</groupId>
+ <artifactId>neethi</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.woden</groupId>
+ <artifactId>woden</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>wsdl4j</groupId>
+ <artifactId>wsdl4j</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>httpcomponents-httpcore</groupId>
+ <artifactId>jakarta-httpcore</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>jaxen</groupId>
+ <artifactId>jaxen</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>backport-util-concurrent</groupId>
+ <artifactId>backport-util-concurrent</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>annogen</groupId>
+ <artifactId>annogen</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.wso2.solutions.identity</groupId>
+ <artifactId>httpd-relying-party</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.ws.commons.schema</groupId>
+ <artifactId>XmlSchema</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>commons-discovery</groupId>
+ <artifactId>commons-discovery</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>commons-httpclient</groupId>
+ <artifactId>commons-httpclient</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.wso2.solutions.identity</groupId>
+ <artifactId>wso2is-identity-provider</artifactId>
+ <version>${identity.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.axis2</groupId>
+ <artifactId>axis2</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.axis2</groupId>
+ <artifactId>addressing</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.axis2</groupId>
+ <artifactId>axis2-mtompolicy</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.wso2.wsas</groupId>
+ <artifactId>wso2wsas-admin</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.rampart</groupId>
+ <artifactId>rampart-trust</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.rampart</groupId>
+ <artifactId>rampart</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.rampart</groupId>
+ <artifactId>rahas</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.rampart</groupId>
+ <artifactId>rampart-core</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.axis2</groupId>
+ <artifactId>mex-impl</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.neethi</groupId>
+ <artifactId>neethi</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.woden</groupId>
+ <artifactId>woden</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>wsdl4j</groupId>
+ <artifactId>wsdl4j</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>httpcomponents-httpcore</groupId>
+ <artifactId>jakarta-httpcore</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>jaxen</groupId>
+ <artifactId>jaxen</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>backport-util-concurrent</groupId>
+ <artifactId>backport-util-concurrent</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>annogen</groupId>
+ <artifactId>annogen</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.wso2.solutions.identity</groupId>
+ <artifactId>httpd-relying-party</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.ws.commons.schema</groupId>
+ <artifactId>XmlSchema</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>commons-discovery</groupId>
+ <artifactId>commons-discovery</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>commons-httpclient</groupId>
+ <artifactId>commons-httpclient</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.wso2.solutions.identity</groupId>
+ <artifactId>wso2is-base</artifactId>
+ <version>${identity.version}</version>
<exclusions>
<exclusion>
<groupId>org.apache.axis2</groupId>
@@ -973,7 +1179,7 @@
<wso2registry.core.version>0.1-SNAPSHOT</wso2registry.core.version>
<usermanager.version>SNAPSHOT</usermanager.version>
<user.verification.version>SNAPSHOT</user.verification.version>
- <token.verifier.core.version>SNAPSHOT</token.verifier.core.version>
+ <identity.version>SNAPSHOT</identity.version>
<derby.version>10.1.1.0</derby.version>
<registry.driverClass>org.apache.derby.jdbc.EmbeddedDriver</registry.driverClass>
_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev