Index: /trunk/autoquest-core-usability/pom.xml
===================================================================
--- /trunk/autoquest-core-usability/pom.xml	(revision 2258)
+++ /trunk/autoquest-core-usability/pom.xml	(revision 2259)
@@ -30,4 +30,24 @@
             <version>3.2</version>
         </dependency>
+        <dependency>
+            <groupId>javax.xml.bind</groupId>
+            <artifactId>jaxb-api</artifactId>
+            <version>2.2.11</version>
+        </dependency>
+        <dependency>
+            <groupId>com.sun.xml.bind</groupId>
+            <artifactId>jaxb-core</artifactId>
+            <version>2.2.11</version>
+        </dependency>
+        <dependency>
+            <groupId>com.sun.xml.bind</groupId>
+            <artifactId>jaxb-impl</artifactId>
+            <version>2.2.11</version>
+        </dependency>
+        <dependency>
+            <groupId>javax.activation</groupId>
+            <artifactId>activation</artifactId>
+            <version>1.1.1</version>
+        </dependency>
     </dependencies>
     <build>
@@ -36,5 +56,5 @@
                 <groupId>org.jvnet.jaxb2.maven2</groupId>
                 <artifactId>maven-jaxb2-plugin</artifactId>
-                <version>0.8.2</version>
+                <version>0.14.0</version>
                 <configuration>
                     <generatePackage>de.ugoe.cs.autoquest.usability</generatePackage>
