Moved dependencies to jitpack
This commit is contained in:
parent
cf7670ed7a
commit
f2a3d74592
32
pom.xml
32
pom.xml
@ -11,14 +11,8 @@
|
|||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>github</id>
|
<id>jitpack.io</id>
|
||||||
<name>GitHub TDLight Team Apache Maven Packages</name>
|
<url>https://jitpack.io</url>
|
||||||
<url>https://maven.pkg.github.com/tdlight-team/tdlight-java</url>
|
|
||||||
</repository>
|
|
||||||
<repository>
|
|
||||||
<id>github-alternative</id>
|
|
||||||
<name>GitHub Cavallium Apache Maven Packages</name>
|
|
||||||
<url>https://maven.pkg.github.com/Cavallium/common-utils</url>
|
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
@ -32,19 +26,19 @@
|
|||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>it.tdlight</groupId>
|
<groupId>com.github.tdlight-team</groupId>
|
||||||
<artifactId>tdlight-natives-linux-amd64</artifactId>
|
<artifactId>tdlight-java-natives-linux-amd64</artifactId>
|
||||||
<version>1.1.11</version>
|
<version>v1.1.11</version>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.github.tdlight-team</groupId>
|
||||||
|
<artifactId>tdlight-java-natives-linux-aarch64</artifactId>
|
||||||
|
<version>v1.1.7</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>it.tdlight</groupId>
|
<groupId>com.github.tdlight-team</groupId>
|
||||||
<artifactId>tdlight-natives-linux-aarch64</artifactId>
|
<artifactId>tdlight-java-natives-windows-amd64</artifactId>
|
||||||
<version>1.1.7</version>
|
<version>v1.1.8</version>
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>it.tdlight</groupId>
|
|
||||||
<artifactId>tdlight-natives-windows-amd64</artifactId>
|
|
||||||
<version>1.1.8</version>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<build>
|
<build>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user