andersonsilveira / red-piranha

Automatically exported from code.google.com/p/red-piranha
GNU General Public License v2.0
0 stars 0 forks source link

Chapter 6 example, maven can't resolve version number for Drools #54

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. download chapter 6 zip as instructed
2. run mvn clean package

What is the expected output? What do you see instead?
Error, can't resolve dependency

System:
Mac OS X
Apache Maven 3.0.3

Workaround:

backup and edit pom.xml

Look for:
<!--  Dependencies For Rules -->

Change version in TWO places:
Before: <version>[5.0.0.SNAPSHOT,)</version>
After: <version>5.5.0.Final</version>

Do this for drools-core and drools-compiler

Original issue reported on code.google.com by mbennett...@gmail.com on 8 Jul 2013 at 6:44