diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2019-08-05 14:40:23 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2019-08-05 14:40:23 +0200 |
commit | b0a0f1baf5a17df00c61d151c03ba3e6f6a99685 (patch) | |
tree | ad0be962727911cce933a70e9e3500af0039cc9c /id/oa/pom.xml | |
parent | 67ca77e89aef7e75d43eb29f7be24ad68d2d5c8a (diff) | |
download | moa-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/pom.xml')
-rw-r--r-- | id/oa/pom.xml | 15 |
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> |