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/27 06:43:15 UTC

svn commit: r1676192 - /ofbiz/branches/OFBIZ-6271/specialpurpose/ebaystore/pom.xml

Author: doogie
Date: Mon Apr 27 04:43:14 2015
New Revision: 1676192

URL: http://svn.apache.org/r1676192
Log:
Missed a dep; ebaystore needs webapp, but this wasn't noticed because it
was automatically pulled in because of the ebay dep.

Modified:
    ofbiz/branches/OFBIZ-6271/specialpurpose/ebaystore/pom.xml

Modified: ofbiz/branches/OFBIZ-6271/specialpurpose/ebaystore/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/specialpurpose/ebaystore/pom.xml?rev=1676192&r1=1676191&r2=1676192&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/specialpurpose/ebaystore/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/specialpurpose/ebaystore/pom.xml Mon Apr 27 04:43:14 2015
@@ -56,6 +56,11 @@ under the License.
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
+      <artifactId>ofbiz-webapp</artifactId>
+      <version>TRUNK</version>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
       <artifactId>ofbiz-specialpurpose-ebay</artifactId>
       <version>TRUNK</version>
     </dependency>