summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/common-http/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/trunk/modules/common-http/pom.xml')
-rw-r--r--sca-java-2.x/trunk/modules/common-http/pom.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/modules/common-http/pom.xml b/sca-java-2.x/trunk/modules/common-http/pom.xml
index 2a8cbdfa25..2fa94a708c 100644
--- a/sca-java-2.x/trunk/modules/common-http/pom.xml
+++ b/sca-java-2.x/trunk/modules/common-http/pom.xml
@@ -28,4 +28,20 @@
<artifactId>tuscany-common-http</artifactId>
<name>Apache Tuscany SCA Common HTTP</name>
+ <dependencies>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.5</version> <!-- to keep compatible with older servlet containers -->
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.8.1</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
</project>