You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2012/11/13 22:38:25 UTC

svn commit: r1408973 - /jena/trunk/jena-fuseki/pom.xml

Author: andy
Date: Tue Nov 13 21:38:24 2012
New Revision: 1408973

URL: http://svn.apache.org/viewvc?rev=1408973&view=rev
Log: (empty)

Modified:
    jena/trunk/jena-fuseki/pom.xml

Modified: jena/trunk/jena-fuseki/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-fuseki/pom.xml?rev=1408973&r1=1408972&r2=1408973&view=diff
==============================================================================
--- jena/trunk/jena-fuseki/pom.xml (original)
+++ jena/trunk/jena-fuseki/pom.xml Tue Nov 13 21:38:24 2012
@@ -16,7 +16,9 @@
    limitations under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" 
+	 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
+	 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.jena</groupId>
   <artifactId>jena-fuseki</artifactId>
@@ -78,7 +80,7 @@
     <ver.jetty>7.6.5.v20120716</ver.jetty>
     <ver.velocity>1.7</ver.velocity>
 
-    <ver.httpclient>4.1.2</ver.httpclient>
+    <ver.httpclient>4.1.3</ver.httpclient>
     <ver.httpcore>4.1.3</ver.httpcore>
     <ver.commons-fileupload>1.2.2</ver.commons-fileupload>
     <ver.commons-codec>1.5</ver.commons-codec>
@@ -143,6 +145,7 @@
     </dependency>
 
     <!-- ?? Use one of the combined artifacts for Jetty -->
+    <!-- jetty-webapp + jetty-util -->
 
     <dependency>
       <groupId>org.eclipse.jetty</groupId>