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 2016/10/08 16:26:17 UTC

[5/7] jena git commit: Get versions from parent.

Get versions from parent.

Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/baf0ad9f
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/baf0ad9f
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/baf0ad9f

Branch: refs/heads/master
Commit: baf0ad9f0e902fd99e6e84ac6dfd16579abbef0d
Parents: 3097c5e
Author: Andy Seaborne <an...@apache.org>
Authored: Sat Oct 8 17:25:08 2016 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Sat Oct 8 17:25:08 2016 +0100

----------------------------------------------------------------------
 jena-jdbc/jena-jdbc-core/pom.xml | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/baf0ad9f/jena-jdbc/jena-jdbc-core/pom.xml
----------------------------------------------------------------------
diff --git a/jena-jdbc/jena-jdbc-core/pom.xml b/jena-jdbc/jena-jdbc-core/pom.xml
index c1e9a2c..b14935c 100644
--- a/jena-jdbc/jena-jdbc-core/pom.xml
+++ b/jena-jdbc/jena-jdbc-core/pom.xml
@@ -43,20 +43,17 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-log4j12</artifactId>
-      <version>${ver.slf4j}</version>
     </dependency>
 
     <dependency>
      <groupId>log4j</groupId>
       <artifactId>log4j</artifactId>
-      <version>${ver.log4j}</version>
    </dependency>
     
 		<!-- Test Dependencies -->
 		<dependency>
 			<groupId>junit</groupId>
 			<artifactId>junit</artifactId>
-			<version>4.11</version>
 			<scope>test</scope>
 		</dependency>
 	</dependencies>
@@ -83,7 +80,6 @@
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-jar-plugin</artifactId>
-				<version>2.4</version>
 				<executions>
 					<execution>
 						<goals>
@@ -96,7 +92,6 @@
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-javadoc-plugin</artifactId>
-				<version>2.9</version>
 				<configuration>
 					<quiet>true</quiet>
 					<encoding>UTF-8</encoding>