You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by do...@apache.org on 2015/04/28 17:58:18 UTC

svn commit: r1676573 - /ofbiz/branches/OFBIZ-6271/ofbiz-component-pom.xml

Author: doogie
Date: Tue Apr 28 15:58:17 2015
New Revision: 1676573

URL: http://svn.apache.org/r1676573
Log:
Now that the previous bad relativity bug has been fixed, the dependency
management import is no longer needed; the parent<->child relationship
already pulls in the management settings.

Modified:
    ofbiz/branches/OFBIZ-6271/ofbiz-component-pom.xml

Modified: ofbiz/branches/OFBIZ-6271/ofbiz-component-pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/ofbiz-component-pom.xml?rev=1676573&r1=1676572&r2=1676573&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/ofbiz-component-pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/ofbiz-component-pom.xml Tue Apr 28 15:58:17 2015
@@ -34,18 +34,6 @@ under the License.
     <component.lib.dir>lib</component.lib.dir>
   </properties>
 
-  <dependencyManagement>
-    <dependencies>
-      <dependency>
-        <groupId>org.apache.ofbiz</groupId>
-        <artifactId>ofbiz-parent</artifactId>
-        <version>TRUNK</version>
-        <scope>import</scope>
-        <type>pom</type>
-      </dependency>
-    </dependencies>
-  </dependencyManagement>
-
   <build>
     <directory>${component.build.dir}/lib</directory>
     <outputDirectory>${component.build.dir}/classes</outputDirectory>