diff options
Diffstat (limited to 'id/server')
-rw-r--r-- | id/server/idserverlib/pom.xml | 5 | ||||
-rw-r--r-- | id/server/moa-id-commons/pom.xml | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/id/server/idserverlib/pom.xml b/id/server/idserverlib/pom.xml index 1f392f7ec..51e6395fa 100644 --- a/id/server/idserverlib/pom.xml +++ b/id/server/idserverlib/pom.xml @@ -241,11 +241,14 @@ </dependency> -->
<!-- <dependency> <groupId>at.gv.egovernment.moa.id</groupId> <artifactId>mandate-validate</artifactId>
<version>1.1</version> </dependency> -->
- <dependency>
+ <!--
+ <dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.6</version>
</dependency>
+ -->
+
<dependency>
<groupId>eu.stork</groupId>
<artifactId>DocumentService</artifactId>
diff --git a/id/server/moa-id-commons/pom.xml b/id/server/moa-id-commons/pom.xml index 02915ef18..67a2231a6 100644 --- a/id/server/moa-id-commons/pom.xml +++ b/id/server/moa-id-commons/pom.xml @@ -72,6 +72,7 @@ <groupId>MOA</groupId> <artifactId>moa-common</artifactId> <type>jar</type> + <version>${moa-commons-version}</version> </dependency> <dependency> |