<p dir="ltr">Thanks for the assjstance, I managed to do it. The problem was a ljb, slf4j.</p>
<p dir="ltr">Best regards</p>
<div class="gmail_quote">Em 14/01/2013 17:55, &quot;ge0ffrey [via Drools]&quot; &lt;<a href="/user/SendEmail.jtp?type=node&node=4021528&i=0" target="_top" rel="nofollow" link="external">[hidden email]</a>&gt; escreveu:<br type="attribution">
<blockquote style='border-left:2px solid #CCCCCC;padding:0 1em' class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

        
  
    
  
  
    <br>
    <div>Op 14-01-13 18:27, André Fróes schreef:<br>
    </div>
    <blockquote style='border-left:2px solid #CCCCCC;padding:0 1em' style="border-left:2px solid #cccccc;padding:0 1em" type="cite">
      <div dir="ltr">I&#39;m trying by maven, but still can&#39;t do it
        <div><br>
        </div>
        <div>
          <div>&lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;</div>
          <div>    &lt;artifactId&gt;ai&lt;/artifactId&gt;</div>
          <div>    &lt;name&gt;Proj&lt;/name&gt;</div>
          <div>    &lt;packaging&gt;jar&lt;/packaging&gt;</div>
          <div><br>
          </div>
          <div><span style="white-space:pre-wrap"> </span>&lt;parent&gt;</div>
          <div><span style="white-space:pre-wrap"> </span>&lt;groupId&gt;my.new.project&lt;/groupId&gt;</div>
          <div><span style="white-space:pre-wrap"> </span>&lt;artifactId&gt;parent-pom&lt;/artifactId&gt;</div>
          <div><span style="white-space:pre-wrap"> </span>&lt;version&gt;1.0.0&lt;/version&gt;</div>
          <div><span style="white-space:pre-wrap"> </span>&lt;/parent&gt;</div>
          <div><span style="white-space:pre-wrap"> </span></div>
          <div><span style="white-space:pre-wrap"> </span>&lt;properties&gt;</div>
          <div><span style="white-space:pre-wrap"> </span>&lt;org.drools.version&gt;5.5.0.Final&lt;/org.drools.version&gt;</div>
          <div><span style="white-space:pre-wrap"> </span>&lt;org.codehaus.janino.version&gt;2.5.16&lt;/org.codehaus.janino.version&gt;<span style="white-space:pre-wrap"> </span></div>
          <div><span style="white-space:pre-wrap"> </span>&lt;/properties&gt;</div>
          <div><span style="white-space:pre-wrap"> </span></div>
          <div><br>
          </div>
          <div>    &lt;!-- Dependencies --&gt;</div>
          <div>    &lt;dependencies&gt;</div>
          <div><br>
          </div>
          <div>        &lt;!-- Projects --&gt;</div>
          <div>        &lt;dependency&gt;</div>
          <div>            &lt;groupId&gt;my.new.project&lt;/groupId&gt;</div>
          <div>            &lt;artifactId&gt;commons&lt;/artifactId&gt;</div>
          <div>            &lt;version&gt;1.0.0&lt;/version&gt;</div>
          <div>        &lt;/dependency&gt;</div>
          <div><br>
          </div>
          <div>        &lt;!-- API --&gt;</div>
          <div>        &lt;dependency&gt;</div>
          <div>            &lt;groupId&gt;org.drools&lt;/groupId&gt;</div>
          <div>           
            &lt;artifactId&gt;drools-core&lt;/artifactId&gt;</div>
          <div>           
            &lt;version&gt;${org.drools.version}&lt;/version&gt;</div>
          <div>            &lt;scope&gt;provided&lt;/scope&gt;</div>
        </div>
      </div>
    </blockquote>
    Why go scope provided?<br>
    <blockquote style='border-left:2px solid #CCCCCC;padding:0 1em' style="border-left:2px solid #cccccc;padding:0 1em" type="cite">
      <div dir="ltr">
        <div>
          <div>        &lt;/dependency&gt;</div>
          <div>        &lt;dependency&gt;</div>
          <div>            &lt;groupId&gt;org.drools&lt;/groupId&gt;</div>
          <div>           
            &lt;artifactId&gt;drools-compiler&lt;/artifactId&gt;</div>
          <div>           
            &lt;version&gt;${org.drools.version}&lt;/version&gt;</div>
          <div>            &lt;scope&gt;provided&lt;/scope&gt;</div>
        </div>
      </div>
    </blockquote>
    Why go scope provided?
    <blockquote style='border-left:2px solid #CCCCCC;padding:0 1em' style="border-left:2px solid #cccccc;padding:0 1em" type="cite">
      <div dir="ltr">
        <div>
          <div>        &lt;/dependency&gt;</div>
          <div>        &lt;dependency&gt;</div>
          <div>           
            &lt;groupId&gt;org.codehaus.janino&lt;/groupId&gt;</div>
          <div>            &lt;artifactId&gt;janino&lt;/artifactId&gt;</div>
        </div>
      </div>
    </blockquote>
    By default drools-compiler transitively depends on a java compiler
    (I forgot if it&#39;s janino or eclipse jdt),<br>
    so you don&#39;t need to specify that dependency.<br>
    If you want to use the other one, you might want to exclude the
    default.<br>
    Either way, you might want to try first with the default one, by not
    declaring any janino/jdt dependency and let maven drag in the
    transitive dependency automatically.<br>
    <blockquote style='border-left:2px solid #CCCCCC;padding:0 1em' style="border-left:2px solid #cccccc;padding:0 1em" type="cite">
      <div dir="ltr">
        <div>
          <div>           
            &lt;version&gt;${org.codehaus.janino.version}&lt;/version&gt;</div>
          <div>            &lt;scope&gt;provided&lt;/scope&gt;</div>
          <div>        &lt;/dependency&gt;</div>
          <div>    &lt;/dependencies&gt;</div>
        </div>
        <div><br>
        </div>
        <div>is this right?</div>
      </div>
      <div class="gmail_extra"><br>
        <br>
        <div class="gmail_quote">2013/1/14 Geoffrey De Smet <span dir="ltr">&lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=4021526&amp;i=0" rel="nofollow" link="external" target="_blank">[hidden email]</a>&gt;</span><br>

          
            <div>If you&#39;re using
              maven/gradle/ivy/buildr, just update the version and let<br>
              it figure out the transitive dependencies.<br>
              Although you might want to use the enforcer plugin to
              check if you<br>
              haven&#39;t overwritten any transitive dependency to a lower
              version:<br>
              <a href="http://maven.apache.org/enforcer/enforcer-rules/requireUpperBoundDeps.html" rel="nofollow" link="external" target="_blank">http://maven.apache.org/enforcer/enforcer-rules/requireUpperBoundDeps.html</a><br>

              <br>
              If you&#39;re using ant, basically replace all of them with
              those from the<br>
              5.5 lib zip.<br>
              If you want to get rid of dead deps, compare the 5.4 lib
              zip with the<br>
              5.5 lib zip afterwards (= painful).<br>
              If you just want the subset of deps that you need (like
              with maven, for<br>
              example if you only use drools-core, you don&#39;t need most
              of the deps in<br>
              the lib zip), don&#39;t use ant.<br>
              <br>
              Op 14-01-13 12:44, Andre Froes schreef:<br>
            </div>
            <div>
              <div>&gt; Hello everyone,<br>
                &gt;<br>
                &gt; in order to update from drools 5.4 to 5.5 which lib
                should I update? Or must<br>
                &gt; I replace them all?<br>
                &gt;<br>
                &gt; Thanks<br>
                &gt;<br>
                &gt;<br>
                &gt;<br>
                &gt; --<br>
                &gt; View this message in context: <a href="http://drools.46999.n3.nabble.com/Which-libs-should-I-update-after-update-tp4021500.html" rel="nofollow" link="external" target="_blank">http://drools.46999.n3.nabble.com/Which-libs-should-I-update-after-update-tp4021500.html</a><br>

                &gt; Sent from the Drools: User forum mailing list
                archive at Nabble.com.<br>
                &gt; _______________________________________________<br>
                &gt; rules-users mailing list<br>
                &gt; <a href="http://user/SendEmail.jtp?type=node&amp;node=4021526&amp;i=1" rel="nofollow" link="external" target="_blank">[hidden email]</a><br>
                &gt; <a href="https://lists.jboss.org/mailman/listinfo/rules-users" rel="nofollow" link="external" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
                &gt;<br>
                <br>
                _______________________________________________<br>
                rules-users mailing list<br>
                <a href="http://user/SendEmail.jtp?type=node&amp;node=4021526&amp;i=2" rel="nofollow" link="external" target="_blank">[hidden email]</a><br>
                <a href="https://lists.jboss.org/mailman/listinfo/rules-users" rel="nofollow" link="external" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
              </div>
            </div>
          </blockquote>
        </div>
        <br>
      </div>
      <br>
      <fieldset></fieldset>
      <br>
      <pre>_______________________________________________
rules-users mailing list
<a href="http://user/SendEmail.jtp?type=node&amp;node=4021526&amp;i=3" rel="nofollow" link="external" target="_blank">[hidden email]</a>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" rel="nofollow" link="external" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a>
</pre>
    </blockquote>
    <br>
  

<br>_______________________________________________
<br>rules-users mailing list
<br><a href="http://user/SendEmail.jtp?type=node&amp;node=4021526&amp;i=4" rel="nofollow" link="external" target="_blank">[hidden email]</a>
<br><a href="https://lists.jboss.org/mailman/listinfo/rules-users" rel="nofollow" link="external" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>

        
        
        
        <br>
        <br>
        <hr noshade size="1" color="#cccccc">
        <div style="color:#444;font:12px tahoma,geneva,helvetica,arial,sans-serif">
                <div style="font-weight:bold">If you reply to this email, your message will be added to the discussion below:</div>
                <a href="http://drools.46999.n3.nabble.com/Which-libs-should-I-update-after-update-tp4021500p4021526.html" target="_blank" rel="nofollow" link="external">http://drools.46999.n3.nabble.com/Which-libs-should-I-update-after-update-tp4021500p4021526.html</a>
        </div>
        <div style="color:#666;font:11px tahoma,geneva,helvetica,arial,sans-serif;margin-top:.4em;line-height:1.5em">
                
                To unsubscribe from Which libs should I update after update?, <a href="" target="_blank" rel="nofollow" link="external">click here</a>.<br>

                <a href="http://drools.46999.n3.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&amp;id=instant_html%21nabble%3Aemail.naml&amp;base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&amp;breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml" rel="nofollow" style="font:9px serif" target="_blank" link="external">NAML</a>
        </div></blockquote></div>


        
        
        
<br/><hr align="left" width="300" />
View this message in context: <a href="http://drools.46999.n3.nabble.com/Which-libs-should-I-update-after-update-tp4021500p4021528.html">Re: [rules-users] Which libs should I update after update?</a><br/>
Sent from the <a href="http://drools.46999.n3.nabble.com/Drools-User-forum-f47000.html">Drools: User forum mailing list archive</a> at Nabble.com.<br/>