Skip to content
This repository has been archived by the owner on Apr 8, 2019. It is now read-only.

Commit

Permalink
GTNPORTAL-3543 - Updated gatein-sso to and picketlink.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkrohling authored and ppalaga committed Sep 29, 2014
1 parent b691622 commit dd340c5
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 63 deletions.
6 changes: 0 additions & 6 deletions packaging/jboss/modules/build.xml
Expand Up @@ -357,12 +357,6 @@
<maven-resource group="org.picketlink.idm" artifact="picketlink-idm-spi"/>
</module-def>

<!-- We need to override old version on AS 7.1.1 with newer version. TODO: remove once support for AS 7.1.1 will be dropped -->
<module-def name="org.picketlink" slot="gatein">
<maven-resource group="org.picketlink" artifact="picketlink-core" />
<maven-resource group="org.picketlink.distribution" artifact="picketlink-jbas7" />
</module-def>

<module-def name="org.picocontainer">
<maven-resource group="picocontainer" artifact="picocontainer"/>
</module-def>
Expand Down
8 changes: 0 additions & 8 deletions packaging/jboss/modules/pom.xml
Expand Up @@ -752,14 +752,6 @@
<groupId>org.jasig.cas.client</groupId>
<artifactId>cas-client-core</artifactId>
</dependency>
<dependency>
<groupId>org.picketlink</groupId>
<artifactId>picketlink-core</artifactId>
</dependency>
<dependency>
<groupId>org.picketlink.distribution</groupId>
<artifactId>picketlink-jbas7</artifactId>
</dependency>

<!-- GateIn OAuth -->
<dependency>
Expand Down
Expand Up @@ -39,8 +39,11 @@
<module name="org.jboss.as.web"/>
<module name="org.jboss.logging"/>
<module name="org.jboss.security.negotiation" export="true"/>
<module name="org.picketlink.common"/>
<module name="org.picketlink.config"/>
<module name="org.picketlink.federation"/>
<module name="org.picketlink.federation.bindings"/>
<module name="org.picketbox"/>
<module name="org.picketlink" slot="gatein"/>
<module name="javax.xml.rpc.api"/>
<module name="javax.wsdl4j.api"/>
<module name="javax.mail.api"/>
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -48,7 +48,7 @@
<org.gatein.common.version>2.2.2.Final</org.gatein.common.version>
<org.gatein.wci.version>2.4.2.Final</org.gatein.wci.version>
<org.gatein.pc.version>2.5.1.Final</org.gatein.pc.version>
<org.gatein.sso.version>1.4.2.Final</org.gatein.sso.version>
<org.gatein.sso.version>1.4.3.Final</org.gatein.sso.version>
<org.picketlink.idm>1.4.5.Final</org.picketlink.idm>
<org.gatein.wsrp.version>2.3.4.Final</org.gatein.wsrp.version>
<org.gatein.mop.version>1.3.3.Final</org.gatein.mop.version>
Expand Down
@@ -1,6 +1,6 @@
<PicketLink xmlns="urn:picketlink:identity-federation:config:2.1">
<PicketLinkIDP xmlns="urn:picketlink:identity-federation:config:1.0"
ServerEnvironment="tomcat" BindingType="POST" SupportsSignatures="true">
ServerEnvironment="tomcat" BindingType="POST" SupportsSignatures="true" RoleGenerator="org.picketlink.identity.federation.core.impl.EmptyRoleGenerator">
<IdentityURL>${gatein.sso.idp.url}</IdentityURL>
<Trust>
<Domains>${gatein.sso.sp.domains}</Domains>
Expand Down

0 comments on commit dd340c5

Please sign in to comment.