Author: doogie
Date: Mon Apr 27 04:43:14 2015
New Revision: 1676192
URL:
http://svn.apache.org/r1676192Log:
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>