-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpom.xml
60 lines (57 loc) · 2.3 KB
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.example</groupId>
<artifactId>Bedwars1058-TabSorter</artifactId>
<version>1.0-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>spigot-1.8.8</groupId>
<artifactId>spigot-1.8.8</artifactId>
<scope>system</scope>
<version>1.0</version>
<systemPath>H:\ProjectAPIsSpigot\spigot-1.8.8.jar</systemPath>
</dependency>
<dependency>
<groupId>ProtocolLib</groupId>
<artifactId>ProtocolLib</artifactId>
<scope>system</scope>
<version>1.0</version>
<systemPath>H:\ProjectAPIsSpigot\ProtocolLib.jar</systemPath>
</dependency>
<dependency>
<groupId>PacketWrapper</groupId>
<artifactId>PacketWrapper</artifactId>
<scope>system</scope>
<version>1.0</version>
<systemPath>H:\ProjectAPIsSpigot\PacketWrapper.jar</systemPath>
</dependency>
<dependency>
<groupId>bedwars-plugin-22.7</groupId>
<artifactId>bedwars-plugin-22.7</artifactId>
<scope>system</scope>
<version>1.0</version>
<systemPath>H:\ProjectAPIsSpigot\bedwars-plugin-22.7.jar</systemPath>
</dependency>
<dependency>
<groupId>PlaceholderAPI-2.10.9</groupId>
<artifactId>PlaceholderAPI-2.10.9</artifactId>
<scope>system</scope>
<version>1.0</version>
<systemPath>H:\ProjectAPIsSpigot\PlaceholderAPI-2.10.9.jar</systemPath>
</dependency>
<dependency>
<groupId>TAB.v3.1.5</groupId>
<artifactId>TAB.v3.1.5</artifactId>
<scope>system</scope>
<version>1.0</version>
<systemPath>H:\ProjectAPIsSpigot\TAB.v3.1.5.jar</systemPath>
</dependency>
</dependencies>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
</properties>
</project>