diff options
author | Ronan Keogh <ronan.keogh@ericsson.com> | 2018-08-17 11:20:54 +0100 |
---|---|---|
committer | Ronan Keogh <ronan.keogh@ericsson.com> | 2018-08-17 15:12:26 +0100 |
commit | 09a9e56f3b6a03e6877e741a5e3922087129e841 (patch) | |
tree | fb3e7f3dfe10f785660e59be14961760585e8aa7 | |
parent | 49fbf9a09d244bbdc19783d9ff10cd03cd89640a (diff) |
update thoughtworks version
Change-Id: I0a099b480c28e05f8ff1eb945091e6afda371209
Issue-ID: DMAAP-557
Signed-off-by: Ronan Keogh <ronan.keogh@ericsson.com>
-rwxr-xr-x | datarouter-node/pom.xml | 2 | ||||
-rwxr-xr-x | datarouter-prov/pom.xml | 4 | ||||
-rwxr-xr-x | pom.xml | 3 |
3 files changed, 5 insertions, 4 deletions
diff --git a/datarouter-node/pom.xml b/datarouter-node/pom.xml index bb0b7ffa..6cc396a1 100755 --- a/datarouter-node/pom.xml +++ b/datarouter-node/pom.xml @@ -64,7 +64,7 @@ <dependency> <groupId>com.thoughtworks.xstream</groupId> <artifactId>xstream</artifactId> - <version>1.4.7</version> + <version>${thoughtworks.version}</version> </dependency> <dependency> <groupId>ch.qos.logback</groupId> diff --git a/datarouter-prov/pom.xml b/datarouter-prov/pom.xml index a0624d2b..b3c28782 100755 --- a/datarouter-prov/pom.xml +++ b/datarouter-prov/pom.xml @@ -57,7 +57,7 @@ <dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
- <version>1.4.7</version>
+ <version>${thoughtworks.version}</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
@@ -208,7 +208,7 @@ <dependency>
<groupId>org.eclipse.jetty.cdi</groupId>
<artifactId>cdi-websocket</artifactId>
- <version>9.3.11.v20160721</version>
+ <version>${jetty.version}</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
@@ -45,8 +45,9 @@ <sonar.jacoco.itReportPath>${project.build.directory}/coverage-reports/jacoco-it.exec</sonar.jacoco.itReportPath> <sonar.jacoco.reportMissing.force.zero>true</sonar.jacoco.reportMissing.force.zero> <sonar.projectVersion>${project.version}</sonar.projectVersion> - <jetty.version>9.4.11.v20180605</jetty.version> + <jetty.version>9.4.12.RC2</jetty.version> <jetty.websocket.version>8.2.0.v20160908</jetty.websocket.version> + <thoughtworks.version>1.4.10</thoughtworks.version> <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath> <releaseNexusPath>/content/repositories/releases/</releaseNexusPath> <stagingNexusPath>/content/repositories/staging/</stagingNexusPath> |