Add missing arithcode library.
This commit is contained in:
parent
82e278162b
commit
1f9afcd286
BIN
main/lib-src/arithcode-1.1-sources.jar
Normal file
BIN
main/lib-src/arithcode-1.1-sources.jar
Normal file
Binary file not shown.
BIN
main/lib/arithcode-1.1.jar
Normal file
BIN
main/lib/arithcode-1.1.jar
Normal file
Binary file not shown.
23
main/pom.xml
23
main/pom.xml
@ -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 -->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user