You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by gk...@apache.org on 2016/06/30 14:42:20 UTC

svn commit: r1750806 - /turbine/maven/archetypes/trunk/turbine-webapp-4.0/src/main/resources/archetype-resources/pom.xml

Author: gk
Date: Thu Jun 30 14:42:20 2016
New Revision: 1750806

URL: http://svn.apache.org/viewvc?rev=1750806&view=rev
Log:
- add optional dependency (cft. intake archetype-resources, conf/TurbineResources.properties)

Modified:
    turbine/maven/archetypes/trunk/turbine-webapp-4.0/src/main/resources/archetype-resources/pom.xml

Modified: turbine/maven/archetypes/trunk/turbine-webapp-4.0/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/turbine/maven/archetypes/trunk/turbine-webapp-4.0/src/main/resources/archetype-resources/pom.xml?rev=1750806&r1=1750805&r2=1750806&view=diff
==============================================================================
--- turbine/maven/archetypes/trunk/turbine-webapp-4.0/src/main/resources/archetype-resources/pom.xml (original)
+++ turbine/maven/archetypes/trunk/turbine-webapp-4.0/src/main/resources/archetype-resources/pom.xml Thu Jun 30 14:42:20 2016
@@ -194,6 +194,12 @@ under the License.
           <artifactId>fulcrum-yaafi</artifactId>
           <version>1.0.7</version>
         </dependency>
+        <!-- if using intake -->
+        <dependency>
+          <groupId>org.apache.fulcrum</groupId>
+          <artifactId>fulcrum-intake</artifactId>
+          <version>1.2.0</version>
+         </dependency>
          <!-- include some optional dependencies required in example componentConfiguration.xml -->
         <dependency>
           <groupId>org.apache.fulcrum</groupId>