File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ <project >
2
+ <properties >
3
+ <maven .compiler.source>1.8</maven .compiler.source>
4
+ <maven .compiler.target>1.8</maven .compiler.target>
5
+ </properties >
6
+ <repositories >
7
+ <repository >
8
+ <id >papermc</id >
9
+ <url >https://repo.papermc.io/repository/maven-public/</url >
10
+ </repository >
11
+ <repository >
12
+ <id >spigot-repo</id >
13
+ <url >https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url >
14
+ </repository >
15
+ </repositories >
16
+ <groupId >org.bettervm.collabcraft</groupId >
17
+ <artifactId >collabcraft</artifactId >
18
+ <version >1.0</version >
19
+ <modelVersion >4.0.0</modelVersion >
20
+ <dependencies >
21
+ <dependency >
22
+ <groupId >com.velocitypowered</groupId >
23
+ <artifactId >velocity-api</artifactId >
24
+ <version >3.1.1</version >
25
+ <scope >provided</scope >
26
+ </dependency >
27
+ <dependency >
28
+ <groupId >org.spigotmc</groupId >
29
+ <artifactId >spigot-api</artifactId >
30
+ <version >1.16.5-R0.1-SNAPSHOT</version >
31
+ <scope >provided</scope >
32
+ </dependency >
33
+ </dependencies >
34
+ </project >
You can’t perform that action at this time.
0 commit comments