Skip to content

Commit

Permalink
Merge pull request #22 from SourceWriters/chore/cleanup
Browse files Browse the repository at this point in the history
Some code cleanup
  • Loading branch information
Lauriichan authored Jan 19, 2021
2 parents d73c6e6 + 7b0af4e commit 7163b69
Show file tree
Hide file tree
Showing 345 changed files with 19,379 additions and 19,081 deletions.
31 changes: 10 additions & 21 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
</repositories>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub OWNER Apache Maven Packages</name>
<url>https://maven.pkg.github.com/SourceWriters/vCompat</url>
</repository>
<repository>
<id>github</id>
<name>GitHub OWNER Apache Maven Packages</name>
<url>https://maven.pkg.github.com/SourceWriters/vCompat</url>
</repository>
</distributionManagement>

<dependencies>
Expand Down Expand Up @@ -104,22 +104,11 @@
</dependency>

<!-- All Minecraft versions (add down here) -->
<!-- <dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.8-R0.1-SNAPSHOT</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</exclusion>
</exclusions>
</dependency> -->
<!-- <dependency> <groupId>org.spigotmc</groupId> <artifactId>spigot</artifactId>
<version>1.8-R0.1-SNAPSHOT</version> <scope>provided</scope> <exclusions>
<exclusion> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId>
</exclusion> <exclusion> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId>
</exclusion> </exclusions> </dependency> -->

<dependency>
<groupId>bukkit</groupId>
Expand Down
Loading

0 comments on commit 7163b69

Please sign in to comment.