diff options
Diffstat (limited to 'BRMSGateway/pom.xml')
-rw-r--r-- | BRMSGateway/pom.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/BRMSGateway/pom.xml b/BRMSGateway/pom.xml index 7ae644930..2a3ad50a5 100644 --- a/BRMSGateway/pom.xml +++ b/BRMSGateway/pom.xml @@ -63,12 +63,10 @@ <dependency> <groupId>com.thoughtworks.xstream</groupId> <artifactId>xstream</artifactId> - <version>1.4.10</version> </dependency> <dependency> <groupId>com.att.nsa</groupId> <artifactId>cambriaClient</artifactId> - <version>0.0.1</version> <exclusions> <exclusion> <groupId>org.slf4j</groupId> @@ -94,7 +92,6 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <version>${httpclient.version}</version> </dependency> </dependencies> <build> @@ -137,7 +134,6 @@ <!-- Build an executable JAR --> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> - <version>2.2</version> <configuration> <archive> <manifest> |