diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -38,7 +38,6 @@ <powermock.version>2.0.7</powermock.version>
- <stringtemplate.version>3.2.1</stringtemplate.version>
<dropwizard.version>2.0.9</dropwizard.version>
<swagger.version>1.6.1</swagger.version>
<lombok.version>1.18.4</lombok.version>
@@ -105,11 +104,6 @@ <version>${lombok.version}</version>
</dependency>
<dependency>
- <groupId>org.antlr</groupId>
- <artifactId>stringtemplate</artifactId>
- <version>${stringtemplate.version}</version>
- </dependency>
- <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.2</version>
@@ -152,11 +146,6 @@ <scope>test</scope>
</dependency>
<dependency>
- <groupId>org.apache.geronimo.specs</groupId>
- <artifactId>geronimo-jms_1.1_spec</artifactId>
- <version>1.1.1</version>
- </dependency>
- <dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.12</version>
|