Add missing arithcode library.

This commit is contained in:
Antonin Delpeuch 2018-09-16 21:11:11 +01:00
parent 82e278162b
commit 1f9afcd286
3 changed files with 22 additions and 1 deletions

Binary file not shown.

BIN
main/lib/arithcode-1.1.jar Normal file

Binary file not shown.

View File

@ -234,7 +234,22 @@
<goal>install-file</goal>
</goals>
</execution>
<execution>
<id>install-arithcode</id>
<phase>process-resources</phase>
<configuration>
<file>${basedir}/lib/arithcode-1.1.jar</file>
<repositoryLayout>default</repositoryLayout>
<groupId>com.colloquial</groupId>
<artifactId>arithcode</artifactId>
<version>1.1</version>
<packaging>jar</packaging>
<generatePom>true</generatePom>
</configuration>
<goals>
<goal>install-file</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
@ -439,6 +454,12 @@
<artifactId>secondstring</artifactId>
<version>20100303</version>
</dependency>
<dependency>
<groupId>com.colloquial</groupId>
<artifactId>arithcode</artifactId>
<version>1.1</version>
</dependency>
<!-- test dependencies -->