Skip to content

Commit

Permalink
added important repos and dependencies for jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
HyperDondon committed Oct 19, 2024
1 parent 3305847 commit bc9843b
Showing 1 changed file with 53 additions and 4 deletions.
57 changes: 53 additions & 4 deletions pom-jitpack.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@
</build>

<repositories>
<repository>
<id>Paper Repo</id>
<url>https://repo.papermc.io/repository/maven-public/</url>
</repository>

<repository>
<id>Maven Central</id>
<url>https://repo1.maven.org/maven2/</url>
Expand Down Expand Up @@ -68,10 +73,9 @@
</repository>

<repository>
<id>sonatype-oss-snapshots1</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
<id>clojars</id>
<url>https://repo.clojars.org</url>
</repository>

</repositories>

<dependencies>
Expand All @@ -84,7 +88,14 @@
<dependency>
<groupId>com.github.kangarko</groupId>
<artifactId>Foundation</artifactId>
<version>6.9.1</version>
<version>6.9.4</version>
</dependency>

<dependency>
<groupId>com.mojang</groupId>
<artifactId>authlib</artifactId>
<version>3.13.56</version>
<scope>provided</scope>
</dependency>

<dependency>
Expand All @@ -94,6 +105,20 @@
<scope>provided</scope>
</dependency>

<dependency>
<groupId>io.papermc.paper</groupId>
<artifactId>paper-api</artifactId>
<version>1.18-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>com.github.puregero</groupId>
<artifactId>multilib</artifactId>
<version>1.2.4</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>de.tr7zw</groupId>
<artifactId>item-nbt-api-plugin</artifactId>
Expand All @@ -106,5 +131,29 @@
<version>4.17.0</version>
</dependency>

<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-platform-api</artifactId>
<version>4.3.4</version>
</dependency>

<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-platform-facet</artifactId>
<version>4.3.4</version>
</dependency>

<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-text-minimessage</artifactId>
<version>4.17.0</version>
</dependency>

<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-platform-bukkit</artifactId>
<version>4.3.4</version>
</dependency>

</dependencies>
</project>

0 comments on commit bc9843b

Please sign in to comment.