From 653e232e2219e726a26d1f70b726d9bf10a02cbc Mon Sep 17 00:00:00 2001
From: CGantert345 <57003061+CGantert345@users.noreply.github.com>
Date: Mon, 29 Mar 2021 16:36:46 +0200
Subject: maven dependencies
---
.gitignore | 6 ++++--
pom.xml | 16 ++++++++++++++++
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 @@
+
+
+
+ org.junit.jupiter
+ junit-jupiter-api
+ 5.5.1
+ test
+
+
+ org.bouncycastle
+ bcprov-jdk15to18
+ 1.6.5
+ test
+
+
+
The Apache Software License, Version 2.0
--
cgit v1.2.3