From 39477278d794bf5117dcc5fa4ca60894fd6b8d85 Mon Sep 17 00:00:00 2001 From: Manuel Bentele Date: Thu, 4 Mar 2021 16:55:07 +0100 Subject: [client,server] Remove shaded packaging WARNING: As a result of this change, the normal Jar packages can no longer be executed independently. Therefore, please publish from now on only the fully packed Jar files which are suffixed with "-jar-with-dependencies.jar". --- dozentenmodul/pom.xml | 72 ++++++++++++--------------------------------------- 1 file changed, 16 insertions(+), 56 deletions(-) (limited to 'dozentenmodul/pom.xml') diff --git a/dozentenmodul/pom.xml b/dozentenmodul/pom.xml index e4cfa85f..bc73b103 100755 --- a/dozentenmodul/pom.xml +++ b/dozentenmodul/pom.xml @@ -77,6 +77,17 @@ 1.7 + + org.apache.maven.plugins + maven-jar-plugin + 2.4 + + + default-jar + none + + + org.apache.maven.plugins maven-assembly-plugin @@ -107,56 +118,6 @@ - - org.apache.maven.plugins - maven-shade-plugin - 3.0.0 - - - package - - shade - - - true - - - commons-logging:* - - ** - - - - org.lz4:* - - ** - - - - *:* - - META-INF/*.SF - META-INF/*.DSA - META-INF/*.RSA - META-INF/maven/** - - - - - - ${main.class} - - ${maven.build.timestamp} - ${buildNumber} - ${revision.timestamp} - - - - - - - @@ -182,26 +143,23 @@ 1.1-SNAPSHOT compile - - junit - junit - 4.12 - test - org.openslx.ecp ecp-client-lean 0.0.3-SNAPSHOT + compile joda-time joda-time 2.9.9 + compile com.github.decbin JDatePicker af657d4d12645efa2eb211d780779e4712d94673 + compile org.openslx @@ -213,6 +171,7 @@ org.apache.httpcomponents httpclient [4.5.3,4.5.99] + compile commons-io @@ -224,6 +183,7 @@ org.kamranzafar jtar 2.3 + compile -- cgit v1.2.3-55-g7522