[java-idp-plugin-duo] branch master updated: Replace idp-parent with java-parent
Phil Smart
philip.smart at jisc.ac.uk
Mon Aug 10 09:06:37 UTC 2020
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch master
in repository java-idp-plugin-duo.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-duo.git;a=commit;h=60a6bb9dde200de5a1afb58d0410553dfe3fc0d6
The following commit(s) were added to refs/heads/master by this push:
new 60a6bb9 Replace idp-parent with java-parent
60a6bb9 is described below
commit 60a6bb9dde200de5a1afb58d0410553dfe3fc0d6
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Mon Aug 10 10:06:30 2020 +0100
Replace idp-parent with java-parent
- Various POM dependency cleanups
---
idp-duo-api/pom.xml | 22 +---------------------
idp-duo-impl/pom.xml | 6 ------
idp-duo-native-client-impl/pom.xml | 2 +-
pom.xml | 10 +++++++++-
4 files changed, 11 insertions(+), 29 deletions(-)
diff --git a/idp-duo-api/pom.xml b/idp-duo-api/pom.xml
index 84e5abb..856085a 100644
--- a/idp-duo-api/pom.xml
+++ b/idp-duo-api/pom.xml
@@ -25,11 +25,6 @@
<artifactId>jsr305</artifactId>
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>${spring-webflow.groupId}</groupId>
- <artifactId>spring-webflow</artifactId>
- <scope>provided</scope>
- </dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-profile-api</artifactId>
@@ -57,22 +52,7 @@
</dependency>
<!-- Test dependencies -->
- <dependency>
- <groupId>${spring.groupId}</groupId>
- <artifactId>spring-test</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>javax.servlet-api</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>net.shibboleth.idp</groupId>
- <artifactId>idp-profile-api</artifactId>
- <scope>test</scope>
- <type>test-jar</type>
- </dependency>
+
</dependencies>
</project>
\ No newline at end of file
diff --git a/idp-duo-impl/pom.xml b/idp-duo-impl/pom.xml
index c843a57..ef154d0 100644
--- a/idp-duo-impl/pom.xml
+++ b/idp-duo-impl/pom.xml
@@ -57,12 +57,6 @@
<artifactId>jsr305</artifactId>
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-lang3</artifactId>
- <version>${apache.commons.lang.version}</version>
- <scope>provided</scope>
- </dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
diff --git a/idp-duo-native-client-impl/pom.xml b/idp-duo-native-client-impl/pom.xml
index 61659df..7e2da0d 100644
--- a/idp-duo-native-client-impl/pom.xml
+++ b/idp-duo-native-client-impl/pom.xml
@@ -10,7 +10,7 @@
</parent>
<artifactId>idp-plugin-duo-native-client-impl</artifactId>
- <name>Shibboleth IdP :: Plugins :: Native Duo SDK implementation</name>
+ <name>Shibboleth IdP :: Plugins :: Duo 2FA Native SDK implementation</name>
<description>IdP Duo OIDC 2FA native Duo SDK implementation.</description>
<packaging>jar</packaging>
diff --git a/pom.xml b/pom.xml
index 98e0fce..3b3e390 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,10 +3,16 @@
<modelVersion>4.0.0</modelVersion>
- <parent>
+<!-- <parent>
<groupId>net.shibboleth.idp</groupId>
<artifactId>idp-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
+ </parent> -->
+
+ <parent>
+ <groupId>net.shibboleth</groupId>
+ <artifactId>parent</artifactId>
+ <version>11.1.0-SNAPSHOT</version>
</parent>
<groupId>net.shibboleth.idp.plugin</groupId>
@@ -23,6 +29,8 @@
<idp.groupId>net.shibboleth.idp</idp.groupId>
<idp.version>4.1.0-SNAPSHOT</idp.version>
<duo.client.version>1.0.3-SNAPSHOT</duo.client.version>
+ <opensaml.groupId>org.opensaml</opensaml.groupId>
+ <opensaml.version>4.1.0-SNAPSHOT</opensaml.version>
<checkstyle.configLocation>${project.basedir}/checkstyle.xml</checkstyle.configLocation>
</properties>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list