aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2020-08-03 16:27:20 +0200
committersebdet <sebastien.determe@intl.att.com>2020-08-03 16:27:20 +0200
commitdc5e7d8cff0f06d54d28b6eb09a96dbaa89e6808 (patch)
tree6c462e9166e634595c698d9de1060def5ca6fcc5
parent298352bb043c8ab49ce40e1722713e5853227c29 (diff)
Remove useless dep
Remove useless dependencies Issue-ID: CLAMP-915 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I355ff48bc3cf88da8e6dd67f73c9bb61d2e97d42
-rw-r--r--pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 0a0d6c4b..57daf566 100644
--- a/pom.xml
+++ b/pom.xml
@@ -270,11 +270,6 @@
</exclusions>
</dependency>
<dependency>
- <groupId>org.codehaus.janino</groupId>
- <artifactId>janino</artifactId>
- <version>3.0.8</version>
- </dependency>
- <dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
<version>${tomcat.version}</version>