diff --git a/Kieker.WebGUI/pom.xml b/Kieker.WebGUI/pom.xml
index 49a8a91f362db1ad7ff5fad56a196046bb39e9f1..02cc21cc8c051a6f26cd1a85cd37bd896bc5ddbd 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>