Archiviert
13
0

Use local repository instead

Dieser Commit ist enthalten in:
Dan Mulloy 2014-12-05 18:41:07 -05:00
Ursprung f14623897b
Commit 58302f2477

Datei anzeigen

@ -241,15 +241,13 @@
<groupId>org.spigotmc</groupId> <groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId> <artifactId>spigot-api</artifactId>
<version>1.8-R0.1-SNAPSHOT</version> <version>1.8-R0.1-SNAPSHOT</version>
<scope>system</scope> <scope>provided</scope>
<systemPath>C:/lib/SpigotAPI.jar</systemPath>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.spigotmc</groupId> <groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId> <artifactId>spigot</artifactId>
<version>1.8-R0.1-SNAPSHOT</version> <version>1.8-R0.1-SNAPSHOT</version>
<scope>system</scope> <scope>provided</scope>
<systemPath>C:/lib/Spigot.jar</systemPath>
</dependency> </dependency>
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>