Please ask any further question on the user mailing list, not the developer list. There are number of mavenised examples here:
https://github.com/droolsjbpm/drools/tree/master/drools-examples-api

All documented here:
http://docs.jboss.org/drools/release/6.0.1.Final/drools-docs/html/KIEChapter.html#KIEExamplesSection

kie

Mark
On 24 Dec 2013, at 00:09, Thinh Nguyen <thinh76@gmail.com> wrote:

Currently we are just using the the knowledge API (org.drools.KnowledgeBase, org.drools.KnowledgeBaseConfiguration etc..) to handle rules based. And the jars are included as part of a web app. No Guvnor involved. 

So I'd like to upgrade from 5.5.1-SNAPSHOT to the latest release if possible. 

Thanks
voki


On Tue, Dec 24, 2013 at 11:01 AM, Michael Anstis <michael.anstis@gmail.com> wrote:

What are you expecting to have dependencies for? It looks like you need guvnor - do you use the web app; just REST API or what?

Sent on the move

On 23 Dec 2013 23:46, "voki" <thinh76@gmail.com> wrote:
Previously I've got the following in pom.xml
<repositories>
                <repository>
          <id>jboss-public-repository-group</id>
          <name>JBoss Public Maven Repository Group</name>

<url>https://repository.jboss.org/nexus/content/groups/public-jboss/</url>
          <layout>default</layout>
          <releases>
            <enabled>true</enabled>
            <updatePolicy>never</updatePolicy>
          </releases>
          <snapshots>
            <enabled>true</enabled>
            <updatePolicy>never</updatePolicy>
          </snapshots>
        </repository>
        </repositories>


                <dependency>
                        <groupId>org.drools</groupId>
                        <artifactId>drools-core</artifactId>
                        <version>5.5.1-SNAPSHOT</version>
                </dependency>

                <dependency>
                        <groupId>org.drools</groupId>
                        <artifactId>drools-compiler</artifactId>
                        <version>5.5.1-SNAPSHOT</version>
                </dependency>

And everything was downloaded ok. When I changed 5.5.1-SNAPSHOT to
6.0.0.Final and it failed to download the artefacts

 Failed to read artifact descriptor for
org.drools:drools-core:jar:6.0.0.Final: Could not find artifact
org.guvnor:guvnor-bom:pom:6.0.0.Final

Is there any migration docs that help me out please?

Regards
voki





--
View this message in context: http://drools.46999.n3.nabble.com/6-0-1-Now-Available-tp4027392p4027395.html
Sent from the Drools: Developer (committer) mailing list mailing list archive at Nabble.com.
_______________________________________________
rules-dev mailing list
rules-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-dev

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

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