summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCGantert345 <57003061+CGantert345@users.noreply.github.com>2021-03-29 16:36:46 +0200
committerCGantert345 <57003061+CGantert345@users.noreply.github.com>2021-03-29 16:36:46 +0200
commit653e232e2219e726a26d1f70b726d9bf10a02cbc (patch)
tree2ec428521ae392ffe88e3fdcd6219b8e8aac19ca
parentMerge pull request #14 from UnionInternationalCheminsdeFer/structure_change (diff)
downloadUIC-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
-rw-r--r--.gitignore6
-rw-r--r--pom.xml16
2 files changed, 20 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 09e3bc9..696cd80 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
-/bin/
-/target/
+/bin/
+/target/
+/.settings/
+
diff --git a/pom.xml b/pom.xml
index 7719d3e..e92db31 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>