summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 9db504a3..2ba2b2ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,6 +20,8 @@
<module>BKUViewer</module>
<module>BKULocalApp</module>
<module>STALExt</module>
+ <module>STALXService</module>
+ <module>BKUAppletExt</module>
</modules>
<developers>
<developer>
@@ -230,6 +232,11 @@
<artifactId>spring-context</artifactId>
<version>2.5.5</version>
</dependency>
+ <dependency>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-impl</artifactId>
+ <version>2.1.9</version>
+ </dependency>
</dependencies>
</dependencyManagement>
</project> \ No newline at end of file