diff options
Diffstat (limited to 'id/ConfigWebTool')
-rw-r--r-- | id/ConfigWebTool/.classpath | 1 | ||||
-rw-r--r-- | id/ConfigWebTool/pom.xml | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/id/ConfigWebTool/.classpath b/id/ConfigWebTool/.classpath index 0e6d0b69f..5bde2110d 100644 --- a/id/ConfigWebTool/.classpath +++ b/id/ConfigWebTool/.classpath @@ -26,7 +26,6 @@ <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> <attributes> <attribute name="maven.pomderived" value="true"/> - <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/> </attributes> </classpathentry> <classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"> diff --git a/id/ConfigWebTool/pom.xml b/id/ConfigWebTool/pom.xml index 7450c4949..dd56a6151 100644 --- a/id/ConfigWebTool/pom.xml +++ b/id/ConfigWebTool/pom.xml @@ -16,7 +16,6 @@ <properties> <repositoryPath>${basedir}/../../repository</repositoryPath> </properties> - <dependencies> <dependency> @@ -76,6 +75,7 @@ <artifactId>commons-iaik</artifactId> <version>0.7.1</version> </dependency> + </dependencies> </project>
\ No newline at end of file |