Skip to content

Commit

Permalink
Remove unwanted dependecies.
Browse files Browse the repository at this point in the history
  • Loading branch information
sachithKay committed Feb 25, 2022
1 parent eda847e commit a4869da
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 36 deletions.
8 changes: 0 additions & 8 deletions modules/rampart-trust/pom.xml
Expand Up @@ -74,14 +74,6 @@
<groupId>org.apache.ws.security</groupId>
<artifactId>wss4j</artifactId>
</dependency>
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-xacml-impl</artifactId>
</dependency>
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-xacml-saml-impl</artifactId>
</dependency>
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-saml-impl</artifactId>
Expand Down
Expand Up @@ -22,7 +22,6 @@
import org.opensaml.security.credential.UsageType;
import org.opensaml.security.x509.X509Credential;

import javax.annotation.Nullable;
import javax.crypto.SecretKey;
import java.security.PrivateKey;
import java.security.PublicKey;
Expand Down Expand Up @@ -110,7 +109,6 @@ public SecretKey getSecretKey() {
return null;
}

@Nullable
@Override
public CredentialContextSet getCredentialContextSet() {
return null;
Expand Down
8 changes: 0 additions & 8 deletions orbit/rampart-core/pom.xml
Expand Up @@ -139,14 +139,6 @@
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-kernel</artifactId>
</dependency>
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-xacml-impl</artifactId>
</dependency>
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-xacml-saml-impl</artifactId>
</dependency>
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-saml-impl</artifactId>
Expand Down
Binary file removed orbit/rampart-trust/.DS_Store
Binary file not shown.
8 changes: 0 additions & 8 deletions orbit/rampart-trust/pom.xml
Expand Up @@ -42,14 +42,6 @@
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-kernel</artifactId>
</dependency>
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-xacml-impl</artifactId>
</dependency>
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-xacml-saml-impl</artifactId>
</dependency>
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-saml-impl</artifactId>
Expand Down
10 changes: 0 additions & 10 deletions pom.xml
Expand Up @@ -398,16 +398,6 @@
<artifactId>axiom-dom</artifactId>
<version>${axiom.version}</version>
</dependency>
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-xacml-impl</artifactId>
<version>${opensaml.version}</version>
</dependency>
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-xacml-saml-impl</artifactId>
<version>${opensaml.version}</version>
</dependency>
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-saml-impl</artifactId>
Expand Down

0 comments on commit a4869da

Please sign in to comment.