Skip to content

Commit

Permalink
Merge pull request #5423 from aoudiamoncef/dependency
Browse files Browse the repository at this point in the history
build(MongoDB): Remove transitive dependencies
  • Loading branch information
stuartwdouglas authored Nov 13, 2019
2 parents 452ca17 + dc7d0ac commit 1a92e16
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions integration-tests/mongodb-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
<name>Quarkus - Integration Tests - MongoDB Client</name>

<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-jsonb</artifactId>
Expand Down
8 changes: 0 additions & 8 deletions integration-tests/mongodb-panache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
<name>Quarkus - Integration Tests - MongoDB Panache</name>

<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-jsonb</artifactId>
Expand All @@ -27,10 +23,6 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-mongodb-panache</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-mongodb-client</artifactId>
</dependency>

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

0 comments on commit 1a92e16

Please sign in to comment.