POM updated (+ apache commons lang)

pull/30/merge
pabloFuente 2018-03-14 11:22:57 +01:00
parent acc1139374
commit 4c11c08460
3 changed files with 9 additions and 2 deletions

3
.gitignore vendored
View File

@ -16,4 +16,5 @@ nbactions.xml
*bower_components/ *bower_components/
.externalToolBuilders .externalToolBuilders
*bin/ *bin/
/.vscode */.vscode/*
*/.sts4-cache/*

View File

@ -15,6 +15,7 @@
<attributes> <attributes>
<attribute name="optional" value="true"/> <attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/> <attribute name="maven.pomderived" value="true"/>
<attribute name="test" value="true"/>
</attributes> </attributes>
</classpathentry> </classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
@ -30,6 +31,7 @@
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"> <classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
<attributes> <attributes>
<attribute name="maven.pomderived" value="true"/> <attribute name="maven.pomderived" value="true"/>
<attribute name="test" value="true"/>
</attributes> </attributes>
</classpathentry> </classpathentry>
<classpathentry kind="src" path=".apt_generated"> <classpathentry kind="src" path=".apt_generated">

View File

@ -217,7 +217,11 @@
<artifactId>janino</artifactId> <artifactId>janino</artifactId>
<version>3.0.7</version> <version>3.0.7</version>
</dependency> </dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.7</version>
</dependency>
<!-- Test dependencies --> <!-- Test dependencies -->