aboutsummaryrefslogtreecommitdiffstats
path: root/dmaap-bc
diff options
context:
space:
mode:
authordavid.mcweeney <david.mcweeney@est.tech>2021-04-22 10:08:59 +0100
committerFiachra Corcoran <fiachra.corcoran@est.tech>2021-04-23 10:05:44 +0000
commitabd692f080ec83cb18b61a55fd276caea393a7f9 (patch)
treec97fcb168867e311aa404d82ba5680bb1871ad16 /dmaap-bc
parent71d3d0925874247de5e657821638b1c08360f571 (diff)
DMAAP-1544 - Amend versions of buscontroller merge
Signed-off-by: david.mcweeney <david.mcweeney@est.tech> Issue-ID: DMAAP-1544 Change-Id: I24474eff39f30a78bf95faf4a29565992a91a529
Diffstat (limited to 'dmaap-bc')
-rw-r--r--dmaap-bc/pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/dmaap-bc/pom.xml b/dmaap-bc/pom.xml
index e141100..bd0eda0 100644
--- a/dmaap-bc/pom.xml
+++ b/dmaap-bc/pom.xml
@@ -166,6 +166,12 @@
<version>${jettyVersion}</version>
<scope>compile</scope>
</dependency>
+ <dependency>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-http</artifactId>
+ <version>${jettyVersion}</version>
+ <scope>compile</scope>
+ </dependency>
<!-- https://mvnrepository.com/artifact/com.googlecode.json-simple/json-simple -->
<dependency>
<groupId>com.googlecode.json-simple</groupId>
@@ -422,7 +428,6 @@
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
- <version>0.28.0</version>
<configuration>
<verbose>${docker.verbose}</verbose>
<apiVersion>${docker.apiVersion}</apiVersion>