Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit 2862917

Browse files
author
Stefan Kock
committed
SORMAS-Foundation#3449: Bugfix: Added simmetrics-core as test dep for sormas-ui
1 parent e58ad7c commit 2862917

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

sormas-ui/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,12 @@
8585
<version>${project.version}</version>
8686
<scope>test</scope>
8787
</dependency>
88-
88+
89+
<dependency>
90+
<groupId>com.github.mpkorstanje</groupId>
91+
<artifactId>simmetrics-core</artifactId>
92+
</dependency>
93+
8994
<dependency>
9095
<groupId>org.hibernate</groupId>
9196
<artifactId>hibernate-core</artifactId>

0 commit comments

Comments
 (0)