summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x[-rw-r--r--]EssentialsGeoIP/pom.xml7
-rwxr-xr-x[-rw-r--r--]EssentialsUpdate/pom.xml7
2 files changed, 14 insertions, 0 deletions
diff --git a/EssentialsGeoIP/pom.xml b/EssentialsGeoIP/pom.xml
index b59cdd63b..18727e281 100644..100755
--- a/EssentialsGeoIP/pom.xml
+++ b/EssentialsGeoIP/pom.xml
@@ -34,6 +34,13 @@
<goals>
<goal>shade</goal>
</goals>
+ <configuration>
+ <artifactSet>
+ <includes>
+ <include>org.kohsuke:geoip</include>
+ </includes>
+ </artifactSet>
+ </configuration>
</execution>
</executions>
</plugin>
diff --git a/EssentialsUpdate/pom.xml b/EssentialsUpdate/pom.xml
index a21f26876..69ac828e3 100644..100755
--- a/EssentialsUpdate/pom.xml
+++ b/EssentialsUpdate/pom.xml
@@ -35,6 +35,13 @@
<goals>
<goal>shade</goal>
</goals>
+ <configuration>
+ <artifactSet>
+ <includes>
+ <include>pircbot:pircbot</include>
+ </includes>
+ </artifactSet>
+ </configuration>
</execution>
</executions>
</plugin>