Missing artifact com.dtrules:dtrules-engine:jar:4.3 & com.dtrules.compiler:el:jar:4.3

33 views
Skip to first unread message

Deepak Amane

unread,
Jun 11, 2014, 9:47:33 AM6/11/14
to dtr...@googlegroups.com
As mentioned in the dtrules website
 If you are building your application using maven, then you can add these dependencies to your pom.xml file:
 <dependencies>
        <dependency>
               <groupId>com.dtrules</groupId>
               <artifactId>dtrules-engine</artifactId>
               <version>4.3</version>
         </dependency>
         <dependency>
               <groupId>com.dtrules</groupId>
               <artifactId>compilerutil</artifactId>
               <version>4.3</version>
         </dependency>
         <dependency>
               <groupId>com.dtrules.compiler</groupId>
               <artifactId>el</artifactId>
               <version>4.3</version>
         </dependency>
 </dependencies>
 but when i am adding the dependencies in to my pom file it is giving the following error
 Missing artifact com.dtrules:dtrules-engine:jar:4.3
 Missing artifact com.dtrules.compiler:el:jar:4.3
 
   & if i am compiling the code without including the dependencies 
     then it is giving me the following error:
     
 The project com.dtrules:sampleprojects:5.0-SNAPSHOT (D:\Dtrules work space\sampleprojects\pom.xml) has 1 error
 Could not find artifact com.dtrules:dtrules:pom:5.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 16, column 10 -> [Help 2]

   & As  i have included all the jar files(dtrules.jar & compilerutil.jar) in sampleproject & all its modules but still giving me the errors:
pls help me out...
Reply all
Reply to author
Forward
0 new messages