File tree Expand file tree Collapse file tree
java/com/triassic/randomcart Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77 <groupId >com.triassic</groupId >
88 <artifactId >RandomCart</artifactId >
9- <version >1.0.4 </version >
9+ <version >1.0.5 </version >
1010 <packaging >jar</packaging >
1111
1212 <name >RandomCart</name >
3333 <groupId >org.apache.maven.plugins</groupId >
3434 <artifactId >maven-shade-plugin</artifactId >
3535 <version >3.5.0</version >
36+ <configuration >
37+ <relocations >
38+ <relocation >
39+ <pattern >org.bstats</pattern >
40+ <shadedPattern >com.triassic</shadedPattern >
41+ </relocation >
42+ </relocations >
43+ </configuration >
3644 <executions >
3745 <execution >
3846 <phase >package</phase >
7280 <version >1.13-R0.1-SNAPSHOT</version >
7381 <scope >provided</scope >
7482 </dependency >
83+ <dependency >
84+ <groupId >org.bstats</groupId >
85+ <artifactId >bstats-bukkit</artifactId >
86+ <version >3.0.2</version >
87+ <scope >compile</scope >
88+ </dependency >
7589 </dependencies >
7690</project >
You can’t perform that action at this time.
0 commit comments