Skip to content

Commit

Permalink
SEAMSECURITY-129, update saml-idp/sp examples
Browse files Browse the repository at this point in the history
  • Loading branch information
maschmid committed Nov 24, 2011
1 parent 4c37e52 commit fe64b0a
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 23 deletions.
10 changes: 0 additions & 10 deletions examples/saml-idp/pom.xml
Expand Up @@ -35,16 +35,6 @@
</exclusions>
</dependency>

<dependency>
<groupId>org.jboss.seam.servlet</groupId>
<artifactId>seam-servlet</artifactId>
</dependency>

<dependency>
<groupId>org.jboss.seam.config</groupId>
<artifactId>seam-config-xml</artifactId>
</dependency>

<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
Expand Down
Expand Up @@ -5,7 +5,7 @@
import javax.inject.Inject;
import javax.servlet.ServletContext;

import org.jboss.logging.Logger;
import org.jboss.solder.logging.Logger;
import org.jboss.seam.security.external.api.ResponseHolder;
import org.jboss.seam.security.external.saml.api.SamlIdentityProviderApi;
import org.jboss.seam.security.external.saml.api.SamlIdpSession;
Expand Down
Expand Up @@ -4,7 +4,7 @@
import javax.servlet.ServletContext;

import org.jboss.seam.security.external.saml.api.SamlIdentityProviderConfigurationApi;
import org.jboss.seam.servlet.event.Initialized;
import org.jboss.solder.servlet.event.Initialized;

public class SamlIdpCustomizer {
public void servletInitialized(@Observes @Initialized final ServletContext context, SamlIdentityProviderConfigurationApi idp) {
Expand Down
10 changes: 0 additions & 10 deletions examples/saml-sp/pom.xml
Expand Up @@ -35,16 +35,6 @@
</exclusions>
</dependency>

<dependency>
<groupId>org.jboss.seam.servlet</groupId>
<artifactId>seam-servlet</artifactId>
</dependency>

<dependency>
<groupId>org.jboss.seam.config</groupId>
<artifactId>seam-config-xml</artifactId>
</dependency>

<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
Expand Down
Expand Up @@ -5,7 +5,7 @@
import javax.inject.Inject;
import javax.servlet.ServletContext;

import org.jboss.logging.Logger;
import org.jboss.solder.logging.Logger;
import org.jboss.seam.security.external.api.ResponseHolder;
import org.jboss.seam.security.external.saml.api.SamlServiceProviderApi;
import org.jboss.seam.security.external.saml.api.SamlSpSession;
Expand Down

0 comments on commit fe64b0a

Please sign in to comment.