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 2011/07/15 21:48:05 UTC

svn commit: r1147298 - /incubator/jena/Jena2/Fuseki/trunk/pom.xml

Author: andy
Date: Fri Jul 15 19:48:05 2011
New Revision: 1147298

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

Modified:
    incubator/jena/Jena2/Fuseki/trunk/pom.xml

Modified: incubator/jena/Jena2/Fuseki/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Fuseki/trunk/pom.xml?rev=1147298&r1=1147297&r2=1147298&view=diff
==============================================================================
--- incubator/jena/Jena2/Fuseki/trunk/pom.xml (original)
+++ incubator/jena/Jena2/Fuseki/trunk/pom.xml Fri Jul 15 19:48:05 2011
@@ -39,6 +39,10 @@
     <ver.servlet-jsp>2.1.v20100127</ver.servlet-jsp>
     <ver.httpclient>4.0.3</ver.httpclient>
     <ver.httpfileupload>1.2.2</ver.httpfileupload>
+    <ver.junit>4.8.2</ver.junit>
+    <ver.commonscodec>1.5</ver.commonscodec>
+    <ver.slf4j>1.6.1</ver.slf4j>
+    <ver.log4j>1.2.16</ver.log4j>
   </properties>
 
   <dependencies>
@@ -89,7 +93,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.8.2</version>
+      <version>${ver.junit}</version>
     </dependency>
 
     <dependency>
@@ -107,7 +111,7 @@
     <dependency>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
-      <version>1.4</version>
+      <version>${ver.commonscodec}</version>
     </dependency>
     
     <dependency>
@@ -143,20 +147,20 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
-      <version>1.5.8</version>
+      <version>${ver.slf4j}</version>
     </dependency>
 
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-log4j12</artifactId>
-      <version>1.5.8</version>
+      <version>${ver.slf4j}</version>
     </dependency>
 
     <!-- Needed because the Fuseki test suite resets logging levels -->
     <dependency>
       <groupId>log4j</groupId>
       <artifactId>log4j</artifactId>
-      <version>1.2.14</version>
+      <version>${ver.log4j}</version>
       <exclusions>
         <exclusion>
           <groupId>javax.jms</groupId>