Merge pull request #12068 from freelansam/JAVA-10606
JAVA-10606: Resolve errors from module rule-engines/jess
This commit is contained in:
commit
97cda31092
|
@ -7,18 +7,28 @@
|
||||||
<artifactId>jess</artifactId>
|
<artifactId>jess</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0-SNAPSHOT</version>
|
||||||
|
|
||||||
<!-- https://mvnrepository.com/artifact/jsr94/jsr94 -->
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>jsr94</groupId>
|
<groupId>jsr94</groupId>
|
||||||
<artifactId>jsr94</artifactId>
|
<artifactId>jsr94</artifactId>
|
||||||
<version>1.1</version>
|
<version>1.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<!-- the below be available after we download and unpack jess.jar and mvn install it into our
|
||||||
|
local m2, compile errors with this project would go away then
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>gov.sandia</groupId>
|
<groupId>gov.sandia</groupId>
|
||||||
<artifactId>jess</artifactId>
|
<artifactId>jess</artifactId>
|
||||||
<version>7.1p2</version>
|
<version>7.1p2</version>
|
||||||
</dependency>
|
</dependency> -->
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
<!-- include repository http://dist.wso2.org/maven2 for jsr94 -->
|
||||||
|
<repositories>
|
||||||
|
<repository>
|
||||||
|
<id>wso2</id>
|
||||||
|
<name>Numerical Method's Maven Repository</name>
|
||||||
|
<url>http://dist.wso2.org/maven2/</url>
|
||||||
|
</repository>
|
||||||
|
</repositories>
|
||||||
|
|
||||||
</project>
|
</project>
|
Loading…
Reference in New Issue