Skip to content

Commit

Permalink
Remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JohT committed Nov 12, 2022
1 parent 2deb291 commit 2f1af31
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions showcase-quarkus-eventsourcing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,6 @@
<version>${axon.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>${xstream.version}</version>
</dependency>

<!-- Axon - Optional dependencies for CQRS and EventSourcing Framework (only needed for native compile) -->
<dependency>
Expand All @@ -97,12 +92,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>${dom4j.version}</version>
<optional>true</optional>
</dependency>

<dependency>
<groupId>io.projectreactor</groupId>
Expand Down

0 comments on commit 2f1af31

Please sign in to comment.