[java-idp-oidc] 44/44: Cleaned out duplicate depenency declarations.
Henri Mikkonen
henri.mikkonen at iki.fi
Thu Oct 22 13:08:56 UTC 2020
This is an automated email from the git hooks/post-receive script.
hjmikkon pushed a commit to branch main
in repository java-idp-oidc.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=69bc5bdb89cc2b08bc733468c26ab7c40ebc2f04
commit 69bc5bdb89cc2b08bc733468c26ab7c40ebc2f04
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Thu Oct 22 16:07:28 2020 +0300
Cleaned out duplicate depenency declarations.
They appeared here due to quite complicated JOIDC-5 merge.
---
idp-oidc-extension-impl/pom.xml | 21 ---------------------
1 file changed, 21 deletions(-)
diff --git a/idp-oidc-extension-impl/pom.xml b/idp-oidc-extension-impl/pom.xml
index b94b931e..841f3b7e 100644
--- a/idp-oidc-extension-impl/pom.xml
+++ b/idp-oidc-extension-impl/pom.xml
@@ -102,16 +102,6 @@
<artifactId>janino</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>com.sun.mail</groupId>
- <artifactId>jakarta.mail</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.codehaus.janino</groupId>
- <artifactId>janino</artifactId>
- <scope>test</scope>
- </dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
@@ -186,17 +176,6 @@
<artifactId>idp-conf-impl</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>net.shibboleth.utilities</groupId>
- <artifactId>java-support</artifactId>
- <type>test-jar</type>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>net.shibboleth.idp</groupId>
- <artifactId>idp-conf-impl</artifactId>
- <scope>test</scope>
- </dependency>
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-profile-impl</artifactId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list