Add missing secondstring library

This commit is contained in:
Antonin Delpeuch 2018-09-16 20:56:44 +01:00
parent 7dd45b81f4
commit 82e278162b
3 changed files with 22 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -218,6 +218,23 @@
<goal>install-file</goal>
</goals>
</execution>
<execution>
<id>install-secondstring</id>
<phase>process-resources</phase>
<configuration>
<file>${basedir}/lib/secondstring-20100303.jar</file>
<repositoryLayout>default</repositoryLayout>
<groupId>com.wcohen</groupId>
<artifactId>secondstring</artifactId>
<version>20100303</version>
<packaging>jar</packaging>
<generatePom>true</generatePom>
</configuration>
<goals>
<goal>install-file</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
@ -417,6 +434,11 @@
<artifactId>lessen</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>com.wcohen</groupId>
<artifactId>secondstring</artifactId>
<version>20100303</version>
</dependency>
<!-- test dependencies -->