aboutsummaryrefslogtreecommitdiffstats
path: root/dmaap-bc/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dmaap-bc/pom.xml')
-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>