JAVA-15409: Fix formatting of POMs (#12992)

This commit is contained in:
freelansam
2022-11-18 00:26:06 +05:30
committed by GitHub
parent 178aed574e
commit 5bfbf38f59
62 changed files with 235 additions and 214 deletions
+4 -3
View File
@@ -13,9 +13,10 @@
<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> -->
<!-- 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> -->
</dependencies>
<!-- include repository http://dist.wso2.org/maven2 for jsr94 -->