Skip to content

Commit

Permalink
Remove now unnecessary Spring dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
geoand authored and gsmet committed Sep 13, 2019
1 parent f74b7e2 commit 7a57735
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions using-spring-di/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-junit5</artifactId>
Expand Down

0 comments on commit 7a57735

Please sign in to comment.