Remove fat jars from SDK
Change-Id: Ie04a1cd958271144ec6f0bfda83bd79fbd11107e
Issue-ID: DCAEGEN2-1021
Signed-off-by: mmigdal <marcin.migdal@nokia.com>
diff --git a/pom.xml b/pom.xml
index abfc570..2307aac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,10 +73,6 @@
<version>3.0.1</version>
</plugin>
<plugin>
- <artifactId>maven-shade-plugin</artifactId>
- <version>3.2.0</version>
- </plugin>
- <plugin>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.9</version>
</plugin>
@@ -107,29 +103,6 @@
</execution>
</executions>
</plugin>
- <plugin>
- <artifactId>maven-shade-plugin</artifactId>
- <configuration>
- <filters>
- <filter>
- <artifact>*:*</artifact>
- <excludes>
- <exclude>META-INF/*.SF</exclude>
- <exclude>META-INF/*.DSA</exclude>
- <exclude>META-INF/*.RSA</exclude>
- </excludes>
- </filter>
- </filters>
- </configuration>
- <executions>
- <execution>
- <phase>package</phase>
- <goals>
- <goal>shade</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>
<reporting>