Skip to content

Commit debc8b6

Browse files
committed
shade stuff
1 parent 59179c3 commit debc8b6

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

pom.xml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@
7171
<pattern>org.json</pattern>
7272
<shadedPattern>lol.hyper.autowhitelistremove.json</shadedPattern>
7373
</relocation>
74+
<relocation>
75+
<pattern>lol.hyper.githubreleaseapi</pattern>
76+
<shadedPattern>lol.hyper.autowhitelistremove.updater</shadedPattern>
77+
</relocation>
7478
</relocations>
7579
</configuration>
7680
<executions>
@@ -105,13 +109,14 @@
105109
<dependency>
106110
<groupId>org.spigotmc</groupId>
107111
<artifactId>spigot-api</artifactId>
108-
<version>1.17-R0.1-SNAPSHOT</version>
112+
<version>1.19-R0.1-SNAPSHOT</version>
109113
<scope>provided</scope>
110114
</dependency>
111115
<dependency>
112116
<groupId>org.json</groupId>
113117
<artifactId>json</artifactId>
114118
<version>20220320</version>
119+
<scope>compile</scope>
115120
</dependency>
116121
<dependency>
117122
<groupId>org.bstats</groupId>
@@ -122,7 +127,14 @@
122127
<dependency>
123128
<groupId>lol.hyper</groupId>
124129
<artifactId>github-release-api</artifactId>
125-
<version>1.0.1</version>
130+
<version>1.0.2</version>
131+
<scope>compile</scope>
132+
<exclusions>
133+
<exclusion>
134+
<groupId>org.json</groupId>
135+
<artifactId>json</artifactId>
136+
</exclusion>
137+
</exclusions>
126138
</dependency>
127139
</dependencies>
128140
</project>

0 commit comments

Comments
 (0)