When I try to build my drools project I get
Reason: POM 'org.jboss.dashboard-builder:dashboard-builder-bom' not found in
repository: Unable to download the artifact from any repository
org.jboss.dashboard-builder:dashboard-builder-bom:pom:6.0.0.Final
My pom has
<dependency>
<groupId>org.drools</groupId>
<artifactId>drools-compiler</artifactId>
<version>6.0.0.Final</version>
</dependency>
<dependency>
<groupId>org.drools</groupId>
<artifactId>drools-core</artifactId>
<version>6.0.0.Final</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.5</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.5</version>
</dependency>
--
View this message in context:
http://drools.46999.n3.nabble.com/org-jboss-dashboard-builder-dashboard-b...
Sent from the Drools: User forum mailing list archive at
Nabble.com.