diff options
author | Andreas Abraham <andreas.abraham@egiz.gv.at> | 2019-04-01 15:26:15 +0200 |
---|---|---|
committer | Andreas Abraham <andreas.abraham@egiz.gv.at> | 2019-04-01 15:26:15 +0200 |
commit | bb66f658af5c456defeff02df2583f55c8944ea9 (patch) | |
tree | 791592b0e9d6930eeef0064754a82c187c40d752 | |
parent | d987e32074c3455237004823a280325f53a4970e (diff) | |
download | mocca-bb66f658af5c456defeff02df2583f55c8944ea9.tar.gz mocca-bb66f658af5c456defeff02df2583f55c8944ea9.tar.bz2 mocca-bb66f658af5c456defeff02df2583f55c8944ea9.zip |
iaik libraries updated
-rw-r--r-- | BKULocal/pom.xml | 2 | ||||
-rw-r--r-- | BKUWebStart/pom.xml | 2 | ||||
-rw-r--r-- | bkucommon/pom.xml | 4 | ||||
-rw-r--r-- | pom.xml | 17 | ||||
-rw-r--r-- | smcc/pom.xml | 2 | ||||
-rw-r--r-- | utils/pom.xml | 2 |
6 files changed, 17 insertions, 12 deletions
diff --git a/BKULocal/pom.xml b/BKULocal/pom.xml index 9cc09161..33cffd2c 100644 --- a/BKULocal/pom.xml +++ b/BKULocal/pom.xml @@ -147,7 +147,7 @@ <artifactId>iaik_xsect</artifactId>
</dependency>
<dependency>
- <groupId>iaik</groupId>
+ <groupId>iaik.moa</groupId>
<artifactId>iaik_jce_full_signed</artifactId>
</dependency>
<dependency>
diff --git a/BKUWebStart/pom.xml b/BKUWebStart/pom.xml index 959b3257..9a10fa97 100644 --- a/BKUWebStart/pom.xml +++ b/BKUWebStart/pom.xml @@ -358,7 +358,7 @@ <artifactId>BKUCertificates</artifactId>
</dependency>
<dependency>
- <groupId>iaik</groupId>
+ <groupId>iaik.moa</groupId>
<artifactId>iaik_jce_full_signed</artifactId>
<scope>compile</scope>
</dependency>
diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index 7e14701b..f0a759c6 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -60,7 +60,7 @@ </dependency>
<dependency>
- <groupId>iaik</groupId>
+ <groupId>iaik.moa</groupId>
<artifactId>iaik_jce_full_signed</artifactId>
</dependency>
<dependency>
@@ -99,7 +99,7 @@ <artifactId>iaik_xsect</artifactId>
</dependency>
<dependency>
- <groupId>iaik</groupId>
+ <groupId>iaik.moa</groupId>
<artifactId>iaik_cms</artifactId>
</dependency>
<dependency>
@@ -232,6 +232,11 @@ <name>Maven Central Repository</name>
<url>http://repo1.maven.org/maven2/</url>
</repository>
+ <repository>
+ <id>internal-repo</id>
+ <name>Internal Repository</name>
+ <url>https://apps.egiz.gv.at/maven/</url>
+ </repository>
</repositories>
<pluginRepositories>
<pluginRepository>
@@ -325,9 +330,9 @@ <version>2.7.1</version>
</dependency>
<dependency>
- <groupId>iaik</groupId>
+ <groupId>iaik.moa</groupId>
<artifactId>iaik_jce_full_signed</artifactId>
- <version>5.52</version>
+ <version>5.52_MOA</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -338,12 +343,12 @@ <dependency>
<groupId>iaik</groupId>
<artifactId>iaik_eccelerate</artifactId>
- <version>5.0</version>
+ <version>5.01</version>
</dependency>
<dependency>
<groupId>iaik</groupId>
<artifactId>iaik_eccelerate_cms</artifactId>
- <version>5.0</version>
+ <version>5.01</version>
</dependency>
<dependency>
<groupId>iaik</groupId>
@@ -351,9 +356,9 @@ <version>2.13</version>
</dependency>
<dependency>
- <groupId>iaik</groupId>
+ <groupId>iaik.moa</groupId>
<artifactId>iaik_cms</artifactId>
- <version>4.1</version>
+ <version>5.1_MOA</version>
</dependency>
<dependency>
<groupId>iaik</groupId>
diff --git a/smcc/pom.xml b/smcc/pom.xml index afd7a42a..d2f81cc5 100644 --- a/smcc/pom.xml +++ b/smcc/pom.xml @@ -31,7 +31,7 @@ <scope>test</scope>
</dependency>
<dependency>
- <groupId>iaik</groupId>
+ <groupId>iaik.moa</groupId>
<artifactId>iaik_jce_full_signed</artifactId>
<scope>test</scope>
</dependency>
diff --git a/utils/pom.xml b/utils/pom.xml index 6db1a6c9..186fdcd7 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -15,7 +15,7 @@ <artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
- <groupId>iaik</groupId>
+ <groupId>iaik.moa</groupId>
<artifactId>iaik_jce_full_signed</artifactId>
</dependency>
<dependency>
|