forked from TuxCoding/FastLogin
Fix LogIt repository
This commit is contained in:
@ -46,11 +46,6 @@
|
|||||||
<url>http://repo.luricos.de/bukkit-plugins/</url>
|
<url>http://repo.luricos.de/bukkit-plugins/</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
<repository>
|
|
||||||
<id>logit-only-repo</id>
|
|
||||||
<url>http://ci.ac3-servers.eu/job/LogIt-Classic/2/maven-repository/repository/</url>
|
|
||||||
</repository>
|
|
||||||
|
|
||||||
<!--Github automatic maven builds-->
|
<!--Github automatic maven builds-->
|
||||||
<repository>
|
<repository>
|
||||||
<id>jitpack.io</id>
|
<id>jitpack.io</id>
|
||||||
@ -129,17 +124,17 @@
|
|||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.github.lucaseasedup.logit</groupId>
|
<groupId>com.github.games647</groupId>
|
||||||
<artifactId>LogIt</artifactId>
|
<artifactId>LogIt</artifactId>
|
||||||
<version>SNAPSHOT</version>
|
<version>9e3581db27</version>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
<groupId>*</groupId>
|
<groupId>*</groupId>
|
||||||
<artifactId>*</artifactId>
|
<artifactId>*</artifactId>
|
||||||
</exclusion>
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.RoyalDev</groupId>
|
<groupId>com.github.RoyalDev</groupId>
|
||||||
|
Reference in New Issue
Block a user