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.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/dmaap-bc/pom.xml b/dmaap-bc/pom.xml
index 2c34e8d..3c09d70 100644
--- a/dmaap-bc/pom.xml
+++ b/dmaap-bc/pom.xml
@@ -187,7 +187,7 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-http</artifactId>
- <version>${jettyVersion}</version>
+ <version>9.4.43.v20210629</version>
<scope>compile</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/com.googlecode.json-simple/json-simple -->
@@ -262,6 +262,10 @@
<artifactId>bsh</artifactId>
<groupId>org.beanshell</groupId>
</exclusion>
+ <exclusion>
+ <artifactId>maven-core</artifactId>
+ <groupId>org.apache.maven</groupId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>