From: <id...@us...> - 2009-04-22 08:23:21
|
Revision: 148 http://cse-ip.svn.sourceforge.net/cse-ip/?rev=148&view=rev Author: idueppe Date: 2009-04-22 08:23:19 +0000 (Wed, 22 Apr 2009) Log Message: ----------- add jersey (jax-rs RI) dependency Modified Paths: -------------- trunk/sandbox/cse-ip/pom.xml Modified: trunk/sandbox/cse-ip/pom.xml =================================================================== --- trunk/sandbox/cse-ip/pom.xml 2009-04-21 21:26:18 UTC (rev 147) +++ trunk/sandbox/cse-ip/pom.xml 2009-04-22 08:23:19 UTC (rev 148) @@ -79,7 +79,7 @@ <url>http://www.gnu.org/copyleft/gpl.html</url> </license> </licenses> - + <issueManagement> <url>https://apps.sourceforge.net/trac/cse-ip/</url> <system>Trac</system> @@ -87,17 +87,17 @@ <scm> <connection>scm:svn:https://cse-ip.svn.sourceforge.net/svnroot/cse-ip/trunk</connection> - <developerConnection>scm:svn:https://cse-ip.svn.sourceforge.net/svnroot/cse-ip/trunk</developerConnection> + <developerConnection>scm:svn:https://cse-ip.svn.sourceforge.net/svnroot/cse-ip/trunk</developerConnection> <url>https://cse-ip.svn.sourceforge.net/svnroot/cse-ip/trunk/cse-ip</url> </scm> - - <distributionManagement> - <site> - <id>cse-ip.sourceforge.net</id> - <url>scp://shell.sourceforge.net/home/groups/c/cs/cse-ip/htdocs</url> - </site> - </distributionManagement> + <distributionManagement> + <site> + <id>cse-ip.sourceforge.net</id> + <url>scp://shell.sourceforge.net/home/groups/c/cs/cse-ip/htdocs</url> + </site> + </distributionManagement> + <organization> <name>CampusSource</name> <url>http://cse.campussource.de</url> @@ -115,7 +115,7 @@ <repositories> - <repository> + <repository> <id>jboss</id> <name>JBoss</name> <url>http://repository.jboss.com/maven2</url> @@ -127,7 +127,7 @@ <url>http://download.java.net/maven/2</url> <layout>default</layout> </repository> - <repository> + <repository> <id>java-net</id> <name>Java.Net</name> <layout>legacy</layout> @@ -307,6 +307,11 @@ <version>1.2.14</version> </dependency> <dependency> + <groupId>com.sun.jersey</groupId> + <artifactId>jersey-server</artifactId> + <version>1.0.3</version> + </dependency> + <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> <version>${commons-lang.version}</version> @@ -342,8 +347,8 @@ <groupId>com.sun.xml.ws</groupId> <artifactId>jaxws-rt</artifactId> <version>${jaxws-rt.version}</version> - <scope>compile</scope> - </dependency> + <scope>compile</scope> + </dependency> </dependencies> </dependencyManagement> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |