The drools-bom is mostly aimed to make it easier for maven users,
so they don't have to declare the version of every drools artifact separately in their dependencyManagement.

In gradle, don't import the bom, declare a property for the drools version and just use that property as a version when you depend on a drools artifact.

On 10-12-13 16:09, Diego Alvarez Zuluaga wrote:
Hi

Anyone has a working gradle/sbt configuration for Drools6?

I tried a lot to convert the "bom" unsuccessfully :(

This is not supported by gradle or SBT:
  <dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>org.drools</groupId>
                <artifactId>drools-bom</artifactId>
                <type>pom</type>
                <version>6.0.0.Final</version>
                <scope>import</scope>
            </dependency>
        </dependencies>
    </dependencyManagement>


--
Diego Alvarez Zuluaga



_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to