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/09/15 18:15:23 UTC

svn commit: r1385102 - in /jena/trunk/jena-arq: D.nt assembly-testing.xml assembly.xml pom.xml

Author: andy
Date: Sat Sep 15 16:15:23 2012
New Revision: 1385102

URL: http://svn.apache.org/viewvc?rev=1385102&view=rev
Log:
1/ Remove "optional" on dependency org.slf4j:jcl-over-slf4j
2/ Remove commented out assembly code (old ARQ-only distribution)
3/ Remove assembly files that are no longer used.

Removed:
    jena/trunk/jena-arq/D.nt
    jena/trunk/jena-arq/assembly-testing.xml
    jena/trunk/jena-arq/assembly.xml
Modified:
    jena/trunk/jena-arq/pom.xml

Modified: jena/trunk/jena-arq/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-arq/pom.xml?rev=1385102&r1=1385101&r2=1385102&view=diff
==============================================================================
--- jena/trunk/jena-arq/pom.xml (original)
+++ jena/trunk/jena-arq/pom.xml Sat Sep 15 16:15:23 2012
@@ -100,12 +100,11 @@
       </exclusions>
     </dependency>
 
-        <!-- Intercept any uses of Jakarta Commons Logging e.g. Apache Common HTTP client. -->
+    <!-- Intercept any uses of Jakarta Commons Logging e.g. Apache Common HTTP client. -->
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>jcl-over-slf4j</artifactId>
       <version>${ver.slf4j}</version>
-      <optional>true</optional>
     </dependency>
 
     <dependency>
@@ -221,29 +220,6 @@
         <artifactId>maven-resources-plugin</artifactId>
       </plugin>
 
-      <!--
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-assembly-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>create-assembly</id>
-            <phase>package</phase>
-            <goals><goal>single</goal></goals>
-            <configuration>
-            !- -
-            <finalName>${assembly.root.name}</finalName>
-            <appendAssemblyId>false</appendAssemblyId>
-            - -
-              <descriptors>
-                <descriptor>assembly.xml</descriptor>
-              </descriptors>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      -->
-
     </plugins>
   </build>