Author: doogie Date: Fri Apr 24 03:06:18 2015 New Revision: 1675760 URL: http://svn.apache.org/r1675760 Log: Change the groupId/artifactId of bsh-engine-modified.
Modified: ofbiz/branches/OFBIZ-6271/framework/base/lib/pom.xml ofbiz/branches/OFBIZ-6271/pom.xml Modified: ofbiz/branches/OFBIZ-6271/framework/base/lib/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/base/lib/pom.xml?rev=1675760&r1=1675759&r2=1675760&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/framework/base/lib/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/framework/base/lib/pom.xml Fri Apr 24 03:06:18 2015 @@ -48,8 +48,8 @@ ant-1.9.0-ant-launcher.jar <artifactId>batik-all</artifactId> </dependency> <dependency> - <groupId>bsh-engine</groupId> - <artifactId>bsh</artifactId> + <groupId>bsh</groupId> + <artifactId>bsh-engine-modified</artifactId> </dependency> <dependency> <groupId>clhm</groupId> Modified: ofbiz/branches/OFBIZ-6271/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/pom.xml?rev=1675760&r1=1675759&r2=1675760&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/pom.xml Fri Apr 24 03:06:18 2015 @@ -62,8 +62,8 @@ under the License. <systemPath>${user.dir}/framework/base/lib/batik-all-1.7.jar</systemPath> </dependency> <dependency> - <groupId>bsh-engine</groupId> - <artifactId>bsh</artifactId> + <groupId>bsh</groupId> + <artifactId>bsh-engine-modified</artifactId> <version>2.0b4</version> <scope>system</scope> <systemPath>${user.dir}/framework/base/lib/bsh-engine-modified.jar</systemPath>