Update 'pom.xml'

This commit is contained in:
andreacavalli 2020-08-19 02:39:50 +02:00
parent 90d58eaa1d
commit 4637261369
1 changed files with 10 additions and 0 deletions

10
pom.xml
View File

@ -62,6 +62,16 @@
<artifactId>tdlight-natives-linux-amd64</artifactId>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>it.tdlight</groupId>
<artifactId>tdlight-natives-linux-aarch64</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>it.tdlight</groupId>
<artifactId>tdlight-natives-windows-amd64</artifactId>
<version>1.0.0</version>
</dependency>
</dependencies>
<build>
<pluginManagement><!-- lock down plugins versions to avoid using Maven defaults (may be moved to parent pom) -->