Skip to content

Commit

Permalink
Add artemis4j dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzhertler committed Nov 1, 2023
1 parent 7b4373b commit 09eade3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "artemis4j"]
path = artemis4j
url = https://github.com/kit-sdq/artemis4j.git
1 change: 1 addition & 0 deletions artemis4j
Submodule artemis4j added at 220779
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@

<dependencies>

<dependency>
<groupId>io.github.kit-sdq</groupId>
<artifactId>artemis4j</artifactId>
<version>6.3.0</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
Expand All @@ -30,6 +35,12 @@
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jcommander</groupId>
<artifactId>jcommander</artifactId>
<version>1.83</version>
</dependency>

</dependencies>

<build>
Expand Down

0 comments on commit 09eade3

Please sign in to comment.