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 04:11:58 UTC

svn commit: r1676404 - in /ofbiz/branches/OFBIZ-6271: applications/accounting/pom.xml pom.xml

Author: doogie
Date: Tue Apr 28 02:11:57 2015
New Revision: 1676404

URL: http://svn.apache.org/r1676404
Log:
Move the systemPath definition from the sub-module pom to the top-level
pom.  Eventually, the activation in the sub-module won't be needed(it'll
be a separate optional pom), and this will just be done with a
selectable command-line profile switch.

This also switches the groupId of the payflow.jar from "payflow" to
"verisign".

Modified:
    ofbiz/branches/OFBIZ-6271/applications/accounting/pom.xml
    ofbiz/branches/OFBIZ-6271/pom.xml

Modified: ofbiz/branches/OFBIZ-6271/applications/accounting/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/applications/accounting/pom.xml?rev=1676404&r1=1676403&r2=1676404&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/applications/accounting/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/applications/accounting/pom.xml Tue Apr 28 02:11:57 2015
@@ -147,11 +147,8 @@ under the License.
       </activation>
       <dependencies>
         <dependency>
-          <groupId>payflow</groupId>
+          <groupId>verisign</groupId>
           <artifactId>payflow</artifactId>
-          <version>x.x</version>
-          <scope>system</scope>
-          <systemPath>${user.dir}/applications/accounting/lib/payflow.jar</systemPath>
         </dependency>
       </dependencies>
       <build>

Modified: ofbiz/branches/OFBIZ-6271/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/pom.xml?rev=1676404&r1=1676403&r2=1676404&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/pom.xml Tue Apr 28 02:11:57 2015
@@ -1240,6 +1240,15 @@ under the License.
         <systemPath>${user.dir}/specialpurpose/pos/lib/XuiOptional-v3.2rc2b.jar</systemPath>
       </dependency>
 
+      <!-- optional, activated deps -->
+      <dependency>
+        <groupId>verisign</groupId>
+        <artifactId>payflow</artifactId>
+        <version>x.x</version>
+        <scope>system</scope>
+        <systemPath>${user.dir}/applications/accounting/lib/payflow.jar</systemPath>
+      </dependency>
+
     </dependencies>
   </dependencyManagement>