Skip to content
Snippets Groups Projects
Commit 396fc375 authored by nie's avatar nie
Browse files

Removed some unnecessary dependencies.

parent edba9c05
No related branches found
No related tags found
No related merge requests found
...@@ -16,11 +16,6 @@ ...@@ -16,11 +16,6 @@
</properties> </properties>
<dependencies> <dependencies>
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>8.1.0.RC1</version>
</dependency>
<dependency> <dependency>
<groupId>com.ocpsoft</groupId> <groupId>com.ocpsoft</groupId>
<artifactId>prettyfaces-jsf2</artifactId> <artifactId>prettyfaces-jsf2</artifactId>
...@@ -51,21 +46,6 @@ ...@@ -51,21 +46,6 @@
<artifactId>org.eclipse.emf.ecore</artifactId> <artifactId>org.eclipse.emf.ecore</artifactId>
<version>2.6.0.v20100614-1136</version> <version>2.6.0.v20100614-1136</version>
</dependency> </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> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
...@@ -232,14 +212,13 @@ ...@@ -232,14 +212,13 @@
<artifactId>glass-x</artifactId> <artifactId>glass-x</artifactId>
<version>1.0.2</version> <version>1.0.2</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>kieker</groupId> <groupId>kieker</groupId>
<artifactId>kieker</artifactId> <artifactId>kieker</artifactId>
<version>1.5-SNAPSHOT</version> <version>1.5-SNAPSHOT</version>
<scope>system</scope> <scope>system</scope>
<systemPath>${project.basedir}/lib/kieker-1.5-SNAPSHOT.jar</systemPath> <systemPath>${project.basedir}/lib/kieker-1.5-SNAPSHOT.jar</systemPath>
</dependency> </dependency>
<dependency> <dependency>
<groupId>commons-io</groupId> <groupId>commons-io</groupId>
<artifactId>commons-io</artifactId> <artifactId>commons-io</artifactId>
...@@ -266,7 +245,7 @@ ...@@ -266,7 +245,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId> <artifactId>maven-checkstyle-plugin</artifactId>
<version>2.8</version> <version>2.9</version>
<configuration> <configuration>
<configLocation>quality-config/cs-conf.xml</configLocation> <configLocation>quality-config/cs-conf.xml</configLocation>
</configuration> </configuration>
...@@ -300,7 +279,7 @@ ...@@ -300,7 +279,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId> <artifactId>maven-pmd-plugin</artifactId>
<version>2.6</version> <version>2.7</version>
<configuration> <configuration>
<rulesets> <rulesets>
<ruleset> <ruleset>
...@@ -321,7 +300,7 @@ ...@@ -321,7 +300,7 @@
<plugin> <plugin>
<groupId>org.mortbay.jetty</groupId> <groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId> <artifactId>jetty-maven-plugin</artifactId>
<version>8.1.0.RC1</version> <version>8.1.0.v20120127</version>
<configuration> <configuration>
<scanIntervalSeconds>5</scanIntervalSeconds> <scanIntervalSeconds>5</scanIntervalSeconds>
<connectors> <connectors>
...@@ -386,7 +365,6 @@ ...@@ -386,7 +365,6 @@
</configuration> </configuration>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment