summaryrefslogtreecommitdiff
path: root/BKUWebStart/pom.xml
diff options
context:
space:
mode:
authorTobias Kellner <tobias.kellner@iaik.tugraz.at>2016-03-31 13:32:52 +0200
committerTobias Kellner <tobias.kellner@iaik.tugraz.at>2016-03-31 13:36:42 +0200
commitd461df21260cc8d5dbc07c1015a24eb41f31fc99 (patch)
tree644af51e0af854172ffea544799e0aa7b456b21d /BKUWebStart/pom.xml
parent1209004fcf681f1b3cf1272458f7ee3110fde961 (diff)
downloadmocca-d461df21260cc8d5dbc07c1015a24eb41f31fc99.tar.gz
mocca-d461df21260cc8d5dbc07c1015a24eb41f31fc99.tar.bz2
mocca-d461df21260cc8d5dbc07c1015a24eb41f31fc99.zip
Get rid of JettyTempCleaner, simply delete on next start
Diffstat (limited to 'BKUWebStart/pom.xml')
-rw-r--r--BKUWebStart/pom.xml7
1 files changed, 1 insertions, 6 deletions
diff --git a/BKUWebStart/pom.xml b/BKUWebStart/pom.xml
index e58e0177..313afb82 100644
--- a/BKUWebStart/pom.xml
+++ b/BKUWebStart/pom.xml
@@ -29,7 +29,7 @@
<goal>copy-dependencies</goal>
</goals>
<configuration>
- <includeArtifactIds>BKULocal,JettyTempCleaner</includeArtifactIds>
+ <includeArtifactIds>BKULocal</includeArtifactIds>
<includeGroupIds>at.gv.egiz</includeGroupIds>
<outputDirectory>${project.build.directory}/classes</outputDirectory>
<stripVersion>true</stripVersion>
@@ -344,11 +344,6 @@
<artifactId>BKUCertificates</artifactId>
</dependency>
<dependency>
- <groupId>at.gv.egiz</groupId>
- <artifactId>JettyTempCleaner</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
<groupId>iaik</groupId>
<artifactId>iaik_jce_full_signed</artifactId>
<scope>compile</scope>