<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    The drools-bom is mostly aimed to make it easier for maven users,<br>
    so they don't have to declare the version of every drools artifact
    separately in their dependencyManagement.<br>
    <br>
    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.<br>
    <br>
    <div class="moz-cite-prefix">On 10-12-13 16:09, Diego Alvarez
      Zuluaga wrote:<br>
    </div>
    <blockquote
cite="mid:CAJXMmkDmnXvHOoB=mKS_4zUL0Cos6K89Ve4p6gjZaMWuXRUoTQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div class="gmail_default" style="font-family:trebuchet
          ms,sans-serif;color:#000099">Hi<br>
        </div>
        <div class="gmail_quote">
          <div dir="ltr">
            <div style="font-family:'trebuchet
              ms',sans-serif;color:rgb(0,0,153)">
              <div><br>
              </div>
              <div>Anyone has a working gradle/sbt configuration for
                Drools6?</div>
              <div>
                <div
                  style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px"><br>
                </div>
                <div
                  style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px">
                  <div style="font-family:'trebuchet
                    ms',sans-serif;color:rgb(0,0,153)">
                    I tried a lot to convert the "bom" unsuccessfully :(</div>
                </div>
                <div
                  style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px"><br>
                </div>
                <div
                  style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px">
                  <div style="font-family:'trebuchet
                    ms',sans-serif;color:rgb(0,0,153)">This is not
                    supported by gradle or SBT:</div>
                </div>
                <div
                  style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px">
                  <div>&nbsp; &lt;dependencyManagement&gt;</div>
                  <div>&nbsp; &nbsp; &nbsp; &nbsp; &lt;dependencies&gt;</div>
                  <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;dependency&gt;</div>
                  <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                    &lt;groupId&gt;org.drools&lt;/groupId&gt;</div>
                  <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                    &lt;artifactId&gt;drools-bom&lt;/artifactId&gt;</div>
                  <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;type&gt;pom&lt;/type&gt;</div>
                  <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                    &lt;version&gt;6.0.0.Final&lt;/version&gt;</div>
                  <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;scope&gt;import&lt;/scope&gt;</div>
                  <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/dependency&gt;</div>
                  <div>&nbsp; &nbsp; &nbsp; &nbsp; &lt;/dependencies&gt;</div>
                  <div>&nbsp; &nbsp; &lt;/dependencyManagement&gt;</div>
                </div>
                <div
                  style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px"><br>
                </div>
              </div>
            </div>
            <div>
              <div><br>
              </div>
              --<br>
              <span>Diego Alvarez Zuluaga</span>
              <div>
                <a moz-do-not-send="true" href="http://d1egoaz.com/"
                  target="_blank">http://d1egoaz.com/</a></div>
            </div>
          </div>
        </div>
        <br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
rules-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/rules-users">https://lists.jboss.org/mailman/listinfo/rules-users</a></pre>
    </blockquote>
    <br>
  </body>
</html>