Skip to content

Commit e7537fd

Browse files
committed
Update pom.xml
1 parent ce2a45f commit e7537fd

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

pom.xml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>org.spigotmc</groupId>
4141
<artifactId>spigot-api</artifactId>
42-
<version>1.17.1-R0.1-SNAPSHOT</version>
42+
<version>1.18.2-R0.1-SNAPSHOT</version>
4343
<scope>provided</scope>
4444
</dependency>
4545
<dependency>
@@ -52,6 +52,15 @@
5252
<groupId>com.sk89q.worldguard</groupId>
5353
<artifactId>worldguard-bukkit</artifactId>
5454
<version>7.0.7-SNAPSHOT</version>
55+
<scope>system</scope>
56+
<systemPath>E:\Users\Owner\workspace\Trails\lib\worldguard-bukkit-7.0.7-dist.jar</systemPath>
57+
</dependency>
58+
<dependency>
59+
<groupId>com.sk89q.worldedit</groupId>
60+
<artifactId>worldedit-bukkit</artifactId>
61+
<version>7.2.10</version>
62+
<scope>system</scope>
63+
<systemPath>E:\Users\Owner\workspace\Trails\lib\worldedit-bukkit-7.2.10.jar</systemPath>
5564
</dependency>
5665
<dependency>
5766
<groupId>org.yaml</groupId>
@@ -63,7 +72,7 @@
6372
<artifactId>customevents</artifactId>
6473
<version>0.16</version>
6574
<scope>system</scope>
66-
<systemPath>${project.basedir}/lib/customevents-0.16.jar</systemPath>
75+
<systemPath>E:\Users\Owner\workspace\Trails\lib\customevents-0.16.jar</systemPath>
6776
</dependency>
6877
</dependencies>
6978

0 commit comments

Comments
 (0)