aboutsummaryrefslogtreecommitdiff
path: root/connector_lib/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'connector_lib/pom.xml')
-rw-r--r--connector_lib/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/connector_lib/pom.xml b/connector_lib/pom.xml
index 1506828a..e296800f 100644
--- a/connector_lib/pom.xml
+++ b/connector_lib/pom.xml
@@ -22,6 +22,12 @@
<groupId>at.gv.egiz.eaaf</groupId>
<artifactId>eaaf-core</artifactId>
</dependency>
+
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>javax.servlet-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
<dependency>
<groupId>junit</groupId>