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 | 4 | ||||
-rw-r--r-- | id/server/moa-id-commons/pom.xml | 10 |
3 files changed, 9 insertions, 10 deletions
diff --git a/id/server/auth-edu/pom.xml b/id/server/auth-edu/pom.xml index fc6b8fe23..090bb985b 100644 --- a/id/server/auth-edu/pom.xml +++ b/id/server/auth-edu/pom.xml @@ -206,6 +206,11 @@ <version>${moa-id-version}</version> </dependency> +<!-- <dependency> + <groupId>org.apache.santuario</groupId> + <artifactId>xmlsec</artifactId> + </dependency> --> + <!-- transitive dependencies we don't want to include into the war --> <dependency> <groupId>iaik.prod</groupId> diff --git a/id/server/idserverlib/pom.xml b/id/server/idserverlib/pom.xml index b226f01b3..fcadf1f36 100644 --- a/id/server/idserverlib/pom.xml +++ b/id/server/idserverlib/pom.xml @@ -30,7 +30,7 @@ <dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
- <version>6.1.1</version>
+ <version>6.9.10</version>
<scope>test</scope>
</dependency>
@@ -312,7 +312,7 @@ <dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
- <version>1.4.178</version>
+ <version>1.4.191</version>
<scope>test</scope>
</dependency>
diff --git a/id/server/moa-id-commons/pom.xml b/id/server/moa-id-commons/pom.xml index df38c8384..ea9e06fd6 100644 --- a/id/server/moa-id-commons/pom.xml +++ b/id/server/moa-id-commons/pom.xml @@ -245,7 +245,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>3.8.2</version> + <version>${junit.version}</version> <scope>test</scope> </dependency> @@ -266,16 +266,10 @@ <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> - <version>1.4.178</version> + <version>1.4.191</version> <scope>test</scope> </dependency> -<!-- <dependency> - <groupId>commons-dbcp</groupId> - <artifactId>commons-dbcp</artifactId> - <version>1.4</version> - </dependency> --> - <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-dbcp2</artifactId> |