aboutsummaryrefslogtreecommitdiffstats
path: root/site-manager/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'site-manager/pom.xml')
-rw-r--r--site-manager/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/site-manager/pom.xml b/site-manager/pom.xml
index 82750743..2671a848 100644
--- a/site-manager/pom.xml
+++ b/site-manager/pom.xml
@@ -70,6 +70,13 @@
<goals>
<goal>shade</goal>
</goals>
+ <configuration>
+ <artifactSet>
+ <excludes>
+ <exclude>org.eclipse.persistence:javax.persistence</exclude>
+ </excludes>
+ </artifactSet>
+ </configuration>
</execution>
</executions>
</plugin>