Skip to content

Commit df91774

Browse files
committed
Removed unnecessary/missing dependencies.
1 parent 28a68b2 commit df91774

File tree

4 files changed

+0
-25
lines changed

4 files changed

+0
-25
lines changed

tests/filter/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@
2323
<artifactId>jaxb-runtime</artifactId>
2424
<scope>provided</scope>
2525
</dependency>
26-
<dependency>
27-
<groupId>net.disy.legato</groupId>
28-
<artifactId>legato-testing</artifactId>
29-
<scope>test</scope>
30-
</dependency>
3126
</dependencies>
3227
<build>
3328
<resources>

tests/pom.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,6 @@
3131
</plugins>
3232
</pluginManagement>
3333
<plugins>
34-
<plugin>
35-
<groupId>org.apache.maven.plugins</groupId>
36-
<artifactId>maven-jar-plugin</artifactId>
37-
<executions>
38-
<execution>
39-
<goals>
40-
<goal>test-jar</goal>
41-
</goals>
42-
</execution>
43-
</executions>
44-
</plugin>
4534
<plugin>
4635
<groupId>org.apache.maven.plugins</groupId>
4736
<artifactId>maven-deploy-plugin</artifactId>

tests/wps/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@
2323
<artifactId>jaxb-runtime</artifactId>
2424
<scope>provided</scope>
2525
</dependency>
26-
<dependency>
27-
<groupId>net.disy.legato</groupId>
28-
<artifactId>legato-testing</artifactId>
29-
<scope>test</scope>
30-
</dependency>
3126
</dependencies>
3227
<build>
3328
<resources>

tests/zero/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@
2424
<artifactId>legato-testing</artifactId>
2525
<scope>test</scope>
2626
</dependency>
27-
<dependency>
28-
<groupId>org.wicketstuff</groupId>
29-
<artifactId>prototype</artifactId>
30-
</dependency>
3127
<dependency>
3228
<groupId>org.jvnet.jaxb2.maven2</groupId>
3329
<artifactId>maven-jaxb2-plugin-testing</artifactId>

0 commit comments

Comments
 (0)