Skip to content

Commit

Permalink
deegree#1326 - removed unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoltz committed Sep 17, 2022
1 parent c7fbeb3 commit a38114b
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions deegree-core/deegree-core-annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,24 +30,5 @@
</plugins>
</build>

<dependencies>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>com.google.auto.service</groupId>
<artifactId>auto-service</artifactId>
</dependency>
</dependencies>

</project>

0 comments on commit a38114b

Please sign in to comment.