Skip to content

Commit

Permalink
Merge pull request #57 from emmartins/WFLY-12197
Browse files Browse the repository at this point in the history
[WFLY-12197] Remove redundant dependency management on Quickstarts BOM
  • Loading branch information
emmartins committed Jun 15, 2019
2 parents 5afdd5c + ea64528 commit 91fb426
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions quickstarts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,36 +71,6 @@
<bomDescription>Quickstarts BOM, with dependency management in sync with server</bomDescription>
<inheritExclusions>UNMANAGED</inheritExclusions>
<includeDependencies>
<!-- contacts-jquerymobile, jaxrs-client, managed-executor-service, spring-resteasy -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
<!-- contacts-jquerymobile -->
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
<!-- ha-singleton-service -->
<dependency>
<groupId>org.jboss.msc</groupId>
<artifactId>jboss-msc</artifactId>
</dependency>
<!-- ejb-multi-server -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<!-- spring-kitchensink-springmvctest -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</dependency>
<!-- spring-kitchensink-springmvctest -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<!-- spring-kitchensink-basic, spring-kitchensink-springmvctest -->
<dependency>
<groupId>com.h2database</groupId>
Expand All @@ -111,11 +81,6 @@
<groupId>com.sun.istack</groupId>
<artifactId>istack-commons-runtime</artifactId>
</dependency>
<!-- helloworld-classfiletransformers -->
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
</dependency>
</includeDependencies>
</configuration>
</execution>
Expand Down

0 comments on commit 91fb426

Please sign in to comment.