Skip to content

Commit

Permalink
deegree#1326 - added missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoltz committed Sep 17, 2022
1 parent a38114b commit eed64db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deegree-core/deegree-core-workspace/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down

0 comments on commit eed64db

Please sign in to comment.