Skip to content

Commit

Permalink
Merge branch 'fix-repo'
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbinder committed Oct 12, 2017
2 parents da70059 + 39a0e2b commit 0f1417e
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions PowerfulPerms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<groupId>com.github.gustav9797</groupId>
<artifactId>PowerfulPermsAPI</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
</dependencies>

Expand All @@ -24,7 +25,7 @@
<resource>
<targetPath>.</targetPath>
<filtering>true</filtering>
<directory>PowerfulPerms/src/main/resources</directory>
<directory>src/main/resources</directory>
<includes>
<include>plugin.yml</include>
<include>bungee.yml</include>
Expand Down Expand Up @@ -56,7 +57,7 @@
<includes>
<include>org.apache.commons:commons-pool2</include>
<include>redis.clients:jedis</include>
<include>com.github.cheesesoftware:PowerfulPermsAPI</include>
<include>com.github.gustav9797:PowerfulPermsAPI</include>
<include>com.googlecode.json-simple:json-simple</include>
<include>com.sk89q:worldedit</include>
</includes>
Expand All @@ -72,23 +73,23 @@
<relocations>
<relocation>
<pattern>redis.clients</pattern>
<shadedPattern>com.github.cheesesoftware.PowerfulPerms.shaded.redis.clients</shadedPattern>
<shadedPattern>com.github.gustav9797.PowerfulPerms.shaded.redis.clients</shadedPattern>
</relocation>
<relocation>
<pattern>org.apache</pattern>
<shadedPattern>com.github.cheesesoftware.PowerfulPerms.shaded.org.apache</shadedPattern>
<shadedPattern>com.github.gustav9797.PowerfulPerms.shaded.org.apache</shadedPattern>
</relocation>
<relocation>
<pattern>org.json</pattern>
<shadedPattern>com.github.cheesesoftware.PowerfulPerms.shaded.org.json</shadedPattern>
<shadedPattern>com.github.gustav9797.PowerfulPerms.shaded.org.json</shadedPattern>
</relocation>
<relocation>
<pattern>com.sk89q.wepif</pattern>
<shadedPattern>com.github.cheesesoftware.PowerfulPerms.shaded.com.sk89q.wepif</shadedPattern>
<shadedPattern>com.github.gustav9797.PowerfulPerms.shaded.com.sk89q.wepif</shadedPattern>
</relocation>
<relocation>
<pattern>org.mongodb</pattern>
<shadedPattern>com.github.cheesesoftware.PowerfulPerms.shaded.org.mongodb</shadedPattern>
<shadedPattern>com.github.gustav9797.PowerfulPerms.shaded.org.mongodb</shadedPattern>
</relocation>
</relocations>
</configuration>
Expand Down

0 comments on commit 0f1417e

Please sign in to comment.