<div dir="ltr"><div>Hi All,<br></div><div>In my current project we are using drools and the maven dependencies show as<br> <dependency><br> <groupId>org.drools</groupId><br> <artifactId>com.springsource.org.drools.compiler</artifactId><br>
<version>4.0.7</version><br> </dependency><br><br> <dependency><br> <groupId>org.drools</groupId><br> <artifactId>com.springsource.org.drools</artifactId><br>
<version>4.0.7</version><br> </dependency><br><br></div><div>I would like to migrate this to 5.2.0 version. As I want to have Guvnor and a UI integration for a new rules setup.<br></div>
<div>When I see for the springsource dependencies, I do not find the same.<br></div><div>When I changed these to<br><br><dependency><br> <groupId>org.drools</groupId><br> <artifactId>drools-core</artifactId><br>
<version>5.2.0.CR1</version><br> </dependency><br> <dependency><br> <groupId>org.drools</groupId><br> <artifactId>drools-compiler</artifactId><br>
<version>5.2.0.CR1</version><br> </dependency><br> </dependencies><br><br></div><div>I am getting compilation failures.<br></div><div>Any inputs on how to migrate the drools is appreciated.<br>
<br>Thanks,<br></div>RR</div>