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