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>
|
<goal>install-file</goal>
|
||||||
</goals>
|
</goals>
|
||||||
</execution>
|
</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>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
@ -439,6 +454,12 @@
|
|||||||
<artifactId>secondstring</artifactId>
|
<artifactId>secondstring</artifactId>
|
||||||
<version>20100303</version>
|
<version>20100303</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.colloquial</groupId>
|
||||||
|
<artifactId>arithcode</artifactId>
|
||||||
|
<version>1.1</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
|
||||||
<!-- test dependencies -->
|
<!-- test dependencies -->
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user