diff options
author | CGantert345 <57003061+CGantert345@users.noreply.github.com> | 2021-03-29 16:36:46 +0200 |
---|---|---|
committer | CGantert345 <57003061+CGantert345@users.noreply.github.com> | 2021-03-29 16:36:46 +0200 |
commit | 653e232e2219e726a26d1f70b726d9bf10a02cbc (patch) | |
tree | 2ec428521ae392ffe88e3fdcd6219b8e8aac19ca /pom.xml | |
parent | Merge pull request #14 from UnionInternationalCheminsdeFer/structure_change (diff) | |
download | UIC-barcode-653e232e2219e726a26d1f70b726d9bf10a02cbc.tar UIC-barcode-653e232e2219e726a26d1f70b726d9bf10a02cbc.tar.gz UIC-barcode-653e232e2219e726a26d1f70b726d9bf10a02cbc.tar.bz2 UIC-barcode-653e232e2219e726a26d1f70b726d9bf10a02cbc.tar.lz UIC-barcode-653e232e2219e726a26d1f70b726d9bf10a02cbc.tar.xz UIC-barcode-653e232e2219e726a26d1f70b726d9bf10a02cbc.tar.zst UIC-barcode-653e232e2219e726a26d1f70b726d9bf10a02cbc.zip |
Diffstat (limited to '')
-rw-r--r-- | pom.xml | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -54,6 +54,22 @@ </plugins>
</build>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter-api</artifactId>
+ <version>5.5.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcprov-jdk15to18</artifactId>
+ <version>1.6.5</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
|