You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by sh...@apache.org on 2015/11/19 09:54:26 UTC

svn commit: r1715130 - in /manifoldcf/trunk: connectors/kafka/pom.xml test-materials/alfresco-4-war/pom.xml

Author: shinichiro
Date: Thu Nov 19 08:54:26 2015
New Revision: 1715130

URL: http://svn.apache.org/viewvc?rev=1715130&view=rev
Log:
Remove the warnings that occur when it starts mvn. CONNECTORS-1162: remove duplicated dependency in kafka pom.xml. alfresco-4-war: add version to maven-war-plugin.

Modified:
    manifoldcf/trunk/connectors/kafka/pom.xml
    manifoldcf/trunk/test-materials/alfresco-4-war/pom.xml

Modified: manifoldcf/trunk/connectors/kafka/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/kafka/pom.xml?rev=1715130&r1=1715129&r2=1715130&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/kafka/pom.xml (original)
+++ manifoldcf/trunk/connectors/kafka/pom.xml Thu Nov 19 08:54:26 2015
@@ -217,12 +217,6 @@
     
     <dependency>
       <groupId>${project.groupId}</groupId>
-      <artifactId>mcf-agents</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    
-    <dependency>
-      <groupId>${project.groupId}</groupId>
       <artifactId>mcf-ui-core</artifactId>
       <version>${project.version}</version>
     </dependency>

Modified: manifoldcf/trunk/test-materials/alfresco-4-war/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/test-materials/alfresco-4-war/pom.xml?rev=1715130&r1=1715129&r2=1715130&view=diff
==============================================================================
--- manifoldcf/trunk/test-materials/alfresco-4-war/pom.xml (original)
+++ manifoldcf/trunk/test-materials/alfresco-4-war/pom.xml Thu Nov 19 08:54:26 2015
@@ -114,6 +114,7 @@
         <plugins>
             <plugin>
                 <artifactId>maven-war-plugin</artifactId>
+                <version>2.3</version>
                 <configuration>
                     <!--  Here is can control the order of overlay of your (WAR, AMP, etc.) dependencies
                         | NOTE: At least one WAR dependency must be uncompressed first