aboutsummaryrefslogtreecommitdiff
path: root/id/oa
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2019-08-05 14:40:23 +0200
committerThomas Lenz <tlenz@iaik.tugraz.at>2019-08-05 14:40:23 +0200
commitb0a0f1baf5a17df00c61d151c03ba3e6f6a99685 (patch)
treead0be962727911cce933a70e9e3500af0039cc9c /id/oa
parent67ca77e89aef7e75d43eb29f7be24ad68d2d5c8a (diff)
downloadmoa-id-spss-b0a0f1baf5a17df00c61d151c03ba3e6f6a99685.tar.gz
moa-id-spss-b0a0f1baf5a17df00c61d151c03ba3e6f6a99685.tar.bz2
moa-id-spss-b0a0f1baf5a17df00c61d151c03ba3e6f6a99685.zip
change version structure of project
Diffstat (limited to 'id/oa')
-rw-r--r--id/oa/pom.xml15
1 files changed, 14 insertions, 1 deletions
diff --git a/id/oa/pom.xml b/id/oa/pom.xml
index 07b84ed1b..4c5d16571 100644
--- a/id/oa/pom.xml
+++ b/id/oa/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>MOA</groupId>
<artifactId>id</artifactId>
- <version>3.x</version>
+ <version>4.0.1-snapshot</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -139,6 +139,19 @@
</exclusions>
</dependency>
+ <dependency>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcpkix-jdk15on</artifactId>
+ <version>1.62</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcprov-jdk15on</artifactId>
+ <version>1.62</version>
+ </dependency>
+
</dependencies>
</project>