diff options
Diffstat (limited to 'id/server')
-rw-r--r-- | id/server/auth-edu/pom.xml | 5 | ||||
-rw-r--r-- | id/server/idserverlib/pom.xml | 7 | ||||
-rw-r--r-- | id/server/moa-id-commons/pom.xml | 2 |
3 files changed, 9 insertions, 5 deletions
diff --git a/id/server/auth-edu/pom.xml b/id/server/auth-edu/pom.xml index a1901177e..984eee6e4 100644 --- a/id/server/auth-edu/pom.xml +++ b/id/server/auth-edu/pom.xml @@ -218,6 +218,11 @@ <artifactId>moa-id-module-AT_eIDAS_connector</artifactId> </dependency> + <dependency> + <groupId>MOA.id.server.modules</groupId> + <artifactId>moa-id-module-EID_connector</artifactId> + </dependency> + <!-- <dependency> <groupId>org.apache.santuario</groupId> diff --git a/id/server/idserverlib/pom.xml b/id/server/idserverlib/pom.xml index 67a5a6e68..703b2a8a5 100644 --- a/id/server/idserverlib/pom.xml +++ b/id/server/idserverlib/pom.xml @@ -44,7 +44,7 @@ <dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
- <version>1.2</version>
+ <version>1.3.2</version>
</dependency>
<dependency>
@@ -505,12 +505,12 @@ <dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-pool2</artifactId>
- <version>2.6.0</version>
+ <version>2.6.2</version>
</dependency>
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
- <version>2.9.0</version>
+ <version>3.0.1</version>
</dependency>
<!-- <dependency>
@@ -527,7 +527,6 @@ <dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
- <version>2.9.7</version>
</dependency>
</dependencies>
diff --git a/id/server/moa-id-commons/pom.xml b/id/server/moa-id-commons/pom.xml index 5d4e7468a..aef981013 100644 --- a/id/server/moa-id-commons/pom.xml +++ b/id/server/moa-id-commons/pom.xml @@ -228,7 +228,7 @@ <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-xjc</artifactId> - <version>2.3.0</version> + <version>2.3.2</version> </dependency> <dependency> |