Skip to content

Commit

Permalink
Merge pull request #6182 from aloubyansky/bootstrap-cleaned-up-deps
Browse files Browse the repository at this point in the history
Removed Quarkus bootstrap dependencies not used (directly) by bootstrap core
  • Loading branch information
gsmet authored Dec 15, 2019
2 parents 942f9a8 + 1b94e74 commit baeee85
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions independent-projects/bootstrap/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,30 +14,10 @@
<name>Quarkus - Bootstrap - Core</name>

<dependencies>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-embedder</artifactId>
</dependency>
<dependency>
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
</dependency>
<dependency>
<groupId>jakarta.inject</groupId>
<artifactId>jakarta.inject-api</artifactId>
</dependency>
<dependency>
<groupId>jakarta.enterprise</groupId>
<artifactId>jakarta.enterprise.cdi-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-settings-builder</artifactId>
Expand Down

0 comments on commit baeee85

Please sign in to comment.