From 09eade3fdbb8dc22ba42a5241dca52cbc463ebf9 Mon Sep 17 00:00:00 2001 From: Moritz Hertler Date: Wed, 1 Nov 2023 03:12:24 +0100 Subject: [PATCH] Add artemis4j dependency --- .gitmodules | 3 +++ artemis4j | 1 + pom.xml | 11 +++++++++++ 3 files changed, 15 insertions(+) create mode 100644 .gitmodules create mode 160000 artemis4j diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..a1f67e5 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "artemis4j"] + path = artemis4j + url = https://github.com/kit-sdq/artemis4j.git diff --git a/artemis4j b/artemis4j new file mode 160000 index 0000000..2207793 --- /dev/null +++ b/artemis4j @@ -0,0 +1 @@ +Subproject commit 2207793b36367541f6f8e0a1165f2b3b9b50429f diff --git a/pom.xml b/pom.xml index 1b53360..c26bf20 100644 --- a/pom.xml +++ b/pom.xml @@ -18,6 +18,11 @@ + + io.github.kit-sdq + artemis4j + 6.3.0 + org.junit.jupiter junit-jupiter-api @@ -30,6 +35,12 @@ ${junit.version} test + + org.jcommander + jcommander + 1.83 + +