Merge pull request #12068 from freelansam/JAVA-10606

JAVA-10606: Resolve errors from module rule-engines/jess
This commit is contained in:
kwoyke 2022-04-15 13:13:19 +02:00 committed by GitHub
commit 97cda31092
1 changed files with 12 additions and 2 deletions

View File

@ -7,18 +7,28 @@
<artifactId>jess</artifactId>
<version>1.0-SNAPSHOT</version>
<!-- https://mvnrepository.com/artifact/jsr94/jsr94 -->
<dependencies>
<dependency>
<groupId>jsr94</groupId>
<artifactId>jsr94</artifactId>
<version>1.1</version>
</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>
<groupId>gov.sandia</groupId>
<artifactId>jess</artifactId>
<version>7.1p2</version>
</dependency>
</dependency> -->
</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>