dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #34210
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 17563: Live, upgraded to servlet api 3
------------------------------------------------------------
revno: 17563
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2014-11-21 14:04:46 +0100
message:
Live, upgraded to servlet api 3
modified:
dhis-live/pom.xml
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-live/pom.xml'
--- dhis-live/pom.xml 2014-10-10 16:55:34 +0000
+++ dhis-live/pom.xml 2014-11-21 13:04:46 +0000
@@ -146,9 +146,9 @@
<type>jar</type>
</dependency>
<dependency>
- <groupId>jetty</groupId>
- <artifactId>servlet-api</artifactId>
- <version>2.5-6.0.1</version>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>3.0.20100224</version>
<type>jar</type>
</dependency>
<dependency>