aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dependencies-clm/pom.xml8
-rw-r--r--dependencies/pom.xml10
2 files changed, 0 insertions, 18 deletions
diff --git a/dependencies-clm/pom.xml b/dependencies-clm/pom.xml
index 478a52c..32ac3e6 100644
--- a/dependencies-clm/pom.xml
+++ b/dependencies-clm/pom.xml
@@ -79,14 +79,6 @@
<artifactId>jackson-core</artifactId>
</dependency>
<dependency>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-databind</artifactId>
- </dependency>
- <dependency>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-annotations</artifactId>
- </dependency>
- <dependency>
<groupId>org.webjars</groupId>
<artifactId>jquery</artifactId>
</dependency>
diff --git a/dependencies/pom.xml b/dependencies/pom.xml
index 8974a71..55023bc 100644
--- a/dependencies/pom.xml
+++ b/dependencies/pom.xml
@@ -93,16 +93,6 @@
<version>2.9.6</version>
</dependency>
<dependency>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-databind</artifactId>
- <version>2.9.6</version>
- </dependency>
- <dependency>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-annotations</artifactId>
- <version>2.9.6</version>
- </dependency>
- <dependency>
<groupId>org.webjars</groupId>
<artifactId>jquery</artifactId>
<version>3.3.1-1</version>