Navigation Menu

Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
Reverting axiom dependant dependency version updates until carbon-dep…
Browse files Browse the repository at this point in the history
…loyment is released
  • Loading branch information
pulasthi7 committed Feb 29, 2016
1 parent 4c489e7 commit 46bdda5
Show file tree
Hide file tree
Showing 34 changed files with 102 additions and 86 deletions.
Expand Up @@ -68,7 +68,7 @@
<artifactId>commons-logging</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.orbit.org.apache.neethi</groupId>
<groupId>org.apache.neethi.wso2</groupId>
<artifactId>neethi</artifactId>
</dependency>
<dependency>
Expand Down Expand Up @@ -132,8 +132,8 @@
<artifactId>org.wso2.balana</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.orbit.org.opensaml</groupId>
<artifactId>opensaml</artifactId>
<groupId>opensaml.wso2</groupId>
<artifactId>opensaml2</artifactId>
</dependency>
<dependency>
<groupId>org.apache.ws.security.wso2</groupId>
Expand Down
4 changes: 2 additions & 2 deletions components/agents/org.wso2.carbon.identity.sso.agent/pom.xml
Expand Up @@ -45,8 +45,8 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.wso2.orbit.org.opensaml</groupId>
<artifactId>opensaml</artifactId>
<groupId>opensaml.wso2</groupId>
<artifactId>opensaml2</artifactId>
<exclusions>
<exclusion>
<groupId>commons-collections</groupId>
Expand Down
Expand Up @@ -60,8 +60,8 @@
<artifactId>org.wso2.carbon.identity.application.authentication.framework</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.orbit.org.opensaml</groupId>
<artifactId>opensaml</artifactId>
<groupId>opensaml.wso2</groupId>
<artifactId>opensaml2</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.carbon.identity</groupId>
Expand Down
Expand Up @@ -59,8 +59,8 @@
<artifactId>org.wso2.carbon.identity.application.authentication.framework</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.orbit.org.opensaml</groupId>
<artifactId>opensaml</artifactId>
<groupId>opensaml.wso2</groupId>
<artifactId>opensaml2</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.carbon.identity</groupId>
Expand Down
Expand Up @@ -56,8 +56,8 @@
<artifactId>org.wso2.carbon.identity.base</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.orbit.org.opensaml</groupId>
<artifactId>opensaml</artifactId>
<groupId>opensaml.wso2</groupId>
<artifactId>opensaml2</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.carbon.identity</groupId>
Expand Down
Expand Up @@ -60,8 +60,8 @@
<artifactId>org.wso2.carbon.utils</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.orbit.org.opensaml</groupId>
<artifactId>opensaml</artifactId>
<groupId>opensaml.wso2</groupId>
<artifactId>opensaml2</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.carbon.identity</groupId>
Expand Down
Expand Up @@ -56,8 +56,8 @@
<artifactId>org.wso2.carbon.identity.base</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.orbit.org.opensaml</groupId>
<artifactId>opensaml</artifactId>
<groupId>opensaml.wso2</groupId>
<artifactId>opensaml2</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.carbon.identity</groupId>
Expand Down
Expand Up @@ -51,8 +51,8 @@
<artifactId>org.wso2.carbon.utils</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.orbit.org.opensaml</groupId>
<artifactId>opensaml</artifactId>
<groupId>opensaml.wso2</groupId>
<artifactId>opensaml2</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.orbit.com.nimbusds</groupId>
Expand Down
Expand Up @@ -89,8 +89,8 @@
<artifactId>libthrift</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.orbit.org.opensaml</groupId>
<artifactId>opensaml</artifactId>
<groupId>opensaml.wso2</groupId>
<artifactId>opensaml2</artifactId>
</dependency>
<dependency>
<groupId>org.apache.axis2.wso2</groupId>
Expand Down
Expand Up @@ -51,7 +51,7 @@
<artifactId>wss4j</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.orbit.org.apache.neethi</groupId>
<groupId>org.apache.neethi.wso2</groupId>
<artifactId>neethi</artifactId>
</dependency>
<dependency>
Expand Down
Expand Up @@ -42,10 +42,6 @@
<groupId>org.apache.axis2.wso2</groupId>
<artifactId>axis2</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.orbit.org.opensaml</groupId>
<artifactId>opensaml</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.carbon</groupId>
<artifactId>org.wso2.carbon.registry.core</artifactId>
Expand Down
4 changes: 4 additions & 0 deletions components/idp-mgt/org.wso2.carbon.idp.mgt/pom.xml
Expand Up @@ -30,6 +30,10 @@
<name>WSO2 Carbon - Identity Provider Management Bundle</name>

<dependencies>
<dependency>
<groupId>opensaml.wso2</groupId>
<artifactId>opensaml2</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.carbon</groupId>
<artifactId>org.wso2.carbon.core</artifactId>
Expand Down
6 changes: 5 additions & 1 deletion components/openid/org.wso2.carbon.identity.provider/pom.xml
Expand Up @@ -83,7 +83,11 @@
<artifactId>openid4java</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.orbit.org.opensaml</groupId>
<groupId>opensaml.wso2</groupId>
<artifactId>opensaml2</artifactId>
</dependency>
<dependency>
<groupId>opensaml.wso2</groupId>
<artifactId>opensaml</artifactId>
</dependency>
<dependency>
Expand Down
Expand Up @@ -34,7 +34,7 @@

<dependencies>
<dependency>
<groupId>org.wso2.orbit.org.apache.neethi</groupId>
<groupId>org.apache.neethi.wso2</groupId>
<artifactId>neethi</artifactId>
</dependency>
<dependency>
Expand Down
Expand Up @@ -49,8 +49,8 @@
<artifactId>org.wso2.carbon.identity.authenticator.saml2.sso.common</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.orbit.org.opensaml</groupId>
<artifactId>opensaml</artifactId>
<groupId>opensaml.wso2</groupId>
<artifactId>opensaml2</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.carbon</groupId>
Expand Down
Expand Up @@ -51,8 +51,8 @@
<artifactId>org.wso2.carbon.identity.authenticator.saml2.sso.common</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.orbit.org.opensaml</groupId>
<artifactId>opensaml</artifactId>
<groupId>opensaml.wso2</groupId>
<artifactId>opensaml2</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.carbon</groupId>
Expand Down
4 changes: 2 additions & 2 deletions components/sso-saml/org.wso2.carbon.identity.sso.saml/pom.xml
Expand Up @@ -58,8 +58,8 @@
<artifactId>org.wso2.carbon.security.mgt</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.orbit.org.opensaml</groupId>
<artifactId>opensaml</artifactId>
<groupId>opensaml.wso2</groupId>
<artifactId>opensaml2</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.carbon</groupId>
Expand Down
6 changes: 5 additions & 1 deletion components/sts/org.wso2.carbon.identity.sts.passive/pom.xml
Expand Up @@ -66,7 +66,11 @@
<artifactId>org.wso2.carbon.security.mgt</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.orbit.org.opensaml</groupId>
<groupId>opensaml.wso2</groupId>
<artifactId>opensaml2</artifactId>
</dependency>
<dependency>
<groupId>opensaml.wso2</groupId>
<artifactId>opensaml</artifactId>
</dependency>
<dependency>
Expand Down
Expand Up @@ -54,8 +54,8 @@
<artifactId>org.wso2.carbon.identity.authenticator.saml2.sso.common</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.orbit.org.opensaml</groupId>
<artifactId>opensaml</artifactId>
<groupId>opensaml.wso2</groupId>
<artifactId>opensaml2</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.carbon</groupId>
Expand Down
Expand Up @@ -62,8 +62,8 @@
<artifactId>org.wso2.carbon.security.mgt</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.orbit.org.opensaml</groupId>
<artifactId>opensaml</artifactId>
<groupId>opensaml.wso2</groupId>
<artifactId>opensaml2</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.carbon</groupId>
Expand Down
Expand Up @@ -38,8 +38,8 @@
<artifactId>org.wso2.carbon.identity.sso.agent</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.orbit.org.opensaml</groupId>
<artifactId>opensaml</artifactId>
<groupId>opensaml.wso2</groupId>
<artifactId>opensaml2</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.orbit.org.openid4java</groupId>
Expand Down Expand Up @@ -81,7 +81,7 @@
</adviceFile>
<bundles>
<bundleDef>org.wso2.carbon.identity:org.wso2.carbon.identity.sso.agent</bundleDef>
<bundleDef>org.wso2.orbit.org.opensaml:opensaml</bundleDef>
<bundleDef>opensaml.wso2:opensaml2</bundleDef>
<bundleDef>org.wso2.orbit.org.openid4java:openid4java</bundleDef>
<bundleDef>org.wso2.orbit.org.apache.oltu.oauth2:oltu</bundleDef>
<bundleDef>org.wso2.orbit.org.apache.httpcomponents:httpclient</bundleDef>
Expand Down
Expand Up @@ -43,8 +43,8 @@
<artifactId>org.wso2.carbon.identity.application.authentication.framework</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.orbit.org.opensaml</groupId>
<artifactId>opensaml</artifactId>
<groupId>opensaml.wso2</groupId>
<artifactId>opensaml2</artifactId>
</dependency>
</dependencies>

Expand All @@ -65,7 +65,7 @@
<id>org.wso2.carbon.identity.application.authenticator.passive.sts.server</id>
<propertiesFile>../../../etc/feature.properties</propertiesFile>
<bundles>
<bundleDef>org.wso2.orbit.org.opensaml:opensaml</bundleDef>
<bundleDef>opensaml.wso2:opensaml2</bundleDef>
<bundleDef>
org.wso2.carbon.identity:org.wso2.carbon.identity.application.authenticator.passive.sts
</bundleDef>
Expand Down
Expand Up @@ -43,8 +43,8 @@
<artifactId>org.wso2.carbon.identity.application.authentication.framework</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.orbit.org.opensaml</groupId>
<artifactId>opensaml</artifactId>
<groupId>opensaml.wso2</groupId>
<artifactId>opensaml2</artifactId>
</dependency>
</dependencies>

Expand All @@ -68,7 +68,7 @@
<bundleDef>
org.wso2.carbon.identity:org.wso2.carbon.identity.application.authenticator.samlsso
</bundleDef>
<bundleDef>org.wso2.orbit.org.opensaml:opensaml</bundleDef>
<bundleDef>opensaml.wso2:opensaml2</bundleDef>
</bundles>
<importFeatures>
<importFeatureDef>org.wso2.carbon.core:${carbon.kernel.version}</importFeatureDef>
Expand Down
Expand Up @@ -43,8 +43,8 @@
<artifactId>org.wso2.carbon.identity.authenticator.saml2.sso.common</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.orbit.org.opensaml</groupId>
<artifactId>opensaml</artifactId>
<groupId>opensaml.wso2</groupId>
<artifactId>opensaml2</artifactId>
</dependency>
</dependencies>

Expand Down Expand Up @@ -76,7 +76,7 @@
<bundleDef>
org.wso2.carbon.identity:org.wso2.carbon.identity.authenticator.saml2.sso.common
</bundleDef>
<bundleDef>org.wso2.orbit.org.opensaml:opensaml</bundleDef>
<bundleDef>opensaml.wso2:opensaml2</bundleDef>
</bundles>
<importFeatures>
<importFeatureDef>org.wso2.carbon.core:${carbon.kernel.version}</importFeatureDef>
Expand Down
Expand Up @@ -51,8 +51,8 @@
<artifactId>org.wso2.carbon.identity.sso.saml.stub</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.orbit.org.opensaml</groupId>
<artifactId>opensaml</artifactId>
<groupId>opensaml.wso2</groupId>
<artifactId>opensaml2</artifactId>
</dependency>
</dependencies>

Expand Down Expand Up @@ -89,7 +89,7 @@
org.wso2.carbon.identity:org.wso2.carbon.identity.authenticator.saml2.sso.common
</bundleDef>
<bundleDef>org.wso2.carbon.identity:org.wso2.carbon.identity.sso.saml.stub</bundleDef>
<bundleDef>org.wso2.orbit.org.opensaml:opensaml</bundleDef>
<bundleDef>opensaml.wso2:opensaml2</bundleDef>
</bundles>
<importFeatures>
<importFeatureDef>org.wso2.carbon.core:${carbon.kernel.version}</importFeatureDef>
Expand Down
Expand Up @@ -76,8 +76,8 @@
<artifactId>waffle-jna</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.orbit.org.opensaml</groupId>
<artifactId>opensaml</artifactId>
<groupId>opensaml.wso2</groupId>
<artifactId>opensaml2</artifactId>
</dependency>
</dependencies>

Expand Down Expand Up @@ -164,7 +164,7 @@
<bundleDef>org.wso2.orbit.com.nimbusds:nimbus-jose-jwt</bundleDef>
<bundleDef>net.minidev:json-smart</bundleDef>
<bundleDef>org.wso2.orbit.com.github.dblock.waffle:waffle-jna</bundleDef>
<bundleDef>org.wso2.orbit.org.opensaml:opensaml</bundleDef>
<bundleDef>opensaml.wso2:opensaml2</bundleDef>
</bundles>
<importFeatures>
<importFeatureDef>org.wso2.carbon.core:${carbon.kernel.version}</importFeatureDef>
Expand Down
Expand Up @@ -55,8 +55,8 @@
<artifactId>guice</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.orbit.org.opensaml</groupId>
<artifactId>opensaml</artifactId>
<groupId>opensaml.wso2</groupId>
<artifactId>opensaml2</artifactId>
</dependency>
<dependency>
<groupId>net.sf.ehcache.wso2</groupId>
Expand Down Expand Up @@ -123,7 +123,7 @@
<bundleDef>org.wso2.carbon.identity:org.wso2.carbon.identity.provider</bundleDef>
<bundleDef>org.wso2.orbit.org.openid4java:openid4java</bundleDef>
<bundleDef>org.igniterealtime.smack.wso2:smack</bundleDef>
<bundleDef>org.wso2.orbit.org.opensaml:opensaml</bundleDef>
<bundleDef>opensaml.wso2:opensaml2</bundleDef>
<bundleDef>net.sf.ehcache.wso2:ehcache</bundleDef>
<bundleDef>net.minidev:json-smart</bundleDef>
</bundles>
Expand Down
Expand Up @@ -40,8 +40,8 @@
<artifactId>org.wso2.carbon.identity.sso.saml</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.orbit.org.opensaml</groupId>
<artifactId>opensaml</artifactId>
<groupId>opensaml.wso2</groupId>
<artifactId>opensaml2</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.carbon.identity</groupId>
Expand Down Expand Up @@ -103,7 +103,7 @@
</adviceFile>
<bundles>
<bundleDef>org.wso2.carbon.identity:org.wso2.carbon.identity.sso.saml</bundleDef>
<bundleDef>org.wso2.orbit.org.opensaml:opensaml</bundleDef>
<bundleDef>opensaml.wso2:opensaml2</bundleDef>
</bundles>
<importFeatures>
<importFeatureDef>org.wso2.carbon.core:${carbon.kernel.version}</importFeatureDef>
Expand Down

0 comments on commit 46bdda5

Please sign in to comment.