summaryrefslogtreecommitdiffstats
path: root/datarouter-subscriber
diff options
context:
space:
mode:
authoreconwar <conor.ward@ericsson.com>2018-09-05 16:10:01 +0000
committereconwar <conor.ward@ericsson.com>2018-09-05 16:10:01 +0000
commitd6e999b4574039aff36dd6505a4da74685ab171b (patch)
tree876022a955621c35f117ae30bedccc24594dd28a /datarouter-subscriber
parent7f93b3d2a7444e412d0e2a1ff4a95f82941cdf27 (diff)
Update versions to fix security violations
Change-Id: I14831fdee0db98b81b7f090096cb9ae3a8a6ba09 Signed-off-by: Conor Ward <conor.ward@ericsson.com> Issue-ID: DMAAP-736
Diffstat (limited to 'datarouter-subscriber')
-rwxr-xr-xdatarouter-subscriber/pom.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/datarouter-subscriber/pom.xml b/datarouter-subscriber/pom.xml
index 52cb25c7..4d09d68e 100755
--- a/datarouter-subscriber/pom.xml
+++ b/datarouter-subscriber/pom.xml
@@ -92,6 +92,23 @@
<version>${jetty.version}</version>
</dependency>
<dependency>
+ <groupId>com.thoughtworks.xstream</groupId>
+ <artifactId>xstream</artifactId>
+ <version>${thoughtworks.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-classic</artifactId>
+ <version>${qos.logback.version}</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-core</artifactId>
+ <version>${qos.logback.version}</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.3</version>