cleanup pom

This commit is contained in:
2014-07-28 11:06:26 +02:00
parent c40dec7a25
commit eb726a7ac1
2 changed files with 1 additions and 12 deletions

View File

@@ -117,7 +117,6 @@
<groupId>ch.psi</groupId>
<artifactId>fda</artifactId>
<version>2.0.4</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>ch.psi</groupId>
@@ -132,6 +131,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.2</version>
<scope>test</scope>
<type>jar</type>
</dependency>

11
pom.xml
View File

@@ -18,17 +18,6 @@
</repository>
</repositories>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.2</version>
<scope>test</scope>
</dependency>
</dependencies>
</dependencyManagement>
<build>
<pluginManagement>
<plugins>