From 396fc3750b1384c3048e9b89d7980559290812fd Mon Sep 17 00:00:00 2001 From: nie <nie@informatik.uni-kiel.de> Date: Fri, 17 Feb 2012 23:52:54 +0100 Subject: [PATCH] Removed some unnecessary dependencies. --- Kieker.WebGUI/pom.xml | 30 ++++-------------------------- 1 file changed, 4 insertions(+), 26 deletions(-) diff --git a/Kieker.WebGUI/pom.xml b/Kieker.WebGUI/pom.xml index 49a8a91f..02cc21cc 100644 --- a/Kieker.WebGUI/pom.xml +++ b/Kieker.WebGUI/pom.xml @@ -16,11 +16,6 @@ </properties> <dependencies> - <dependency> - <groupId>org.mortbay.jetty</groupId> - <artifactId>jetty-maven-plugin</artifactId> - <version>8.1.0.RC1</version> - </dependency> <dependency> <groupId>com.ocpsoft</groupId> <artifactId>prettyfaces-jsf2</artifactId> @@ -51,21 +46,6 @@ <artifactId>org.eclipse.emf.ecore</artifactId> <version>2.6.0.v20100614-1136</version> </dependency> - <dependency> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-checkstyle-plugin</artifactId> - <version>2.8</version> - </dependency> - <dependency> - <groupId>org.codehaus.mojo</groupId> - <artifactId>findbugs-maven-plugin</artifactId> - <version>2.4.0</version> - </dependency> - <dependency> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-pmd-plugin</artifactId> - <version>2.6</version> - </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> @@ -232,14 +212,13 @@ <artifactId>glass-x</artifactId> <version>1.0.2</version> </dependency> - <dependency> <groupId>kieker</groupId> <artifactId>kieker</artifactId> <version>1.5-SNAPSHOT</version> <scope>system</scope> <systemPath>${project.basedir}/lib/kieker-1.5-SNAPSHOT.jar</systemPath> - </dependency> + </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> @@ -266,7 +245,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> - <version>2.8</version> + <version>2.9</version> <configuration> <configLocation>quality-config/cs-conf.xml</configLocation> </configuration> @@ -300,7 +279,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> - <version>2.6</version> + <version>2.7</version> <configuration> <rulesets> <ruleset> @@ -321,7 +300,7 @@ <plugin> <groupId>org.mortbay.jetty</groupId> <artifactId>jetty-maven-plugin</artifactId> - <version>8.1.0.RC1</version> + <version>8.1.0.v20120127</version> <configuration> <scanIntervalSeconds>5</scanIntervalSeconds> <connectors> @@ -386,7 +365,6 @@ </configuration> </execution> </executions> - </plugin> </plugins> </build> -- GitLab