summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml27
1 files changed, 0 insertions, 27 deletions
diff --git a/pom.xml b/pom.xml
index abfc5706..2307aac5 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>