Oops, Compendium 1.2.0 is needed for the Deployment Admin API required
by the Deployment Admin Service page

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@689595 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/pom.xml b/webconsole/pom.xml
index 30041c2..cd37c8c 100644
--- a/webconsole/pom.xml
+++ b/webconsole/pom.xml
@@ -144,7 +144,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.osgi.compendium</artifactId>
-            <version>1.0.1</version>
+            <version>1.2.0</version>
             <scope>provided</scope>
             <exclusions>
                 <exclusion>
@@ -178,4 +178,4 @@
         </dependency>
 
     </dependencies>
-</project>
\ No newline at end of file
+</project>