[java-support] 10/10: Tidy Pom comments
Rod Widdowson
rdw at steadingsoftware.com
Tue May 12 15:34:24 UTC 2020
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch dev/JSPT-95
in repository java-support.
View the commit online:
http://git.shibboleth.net/view/?p=java-support.git;a=commit;h=896b99a28881d7df1485a04f38f5c37086deda5e
commit 896b99a28881d7df1485a04f38f5c37086deda5e
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue May 12 16:32:56 2020 +0100
Tidy Pom comments
---
pom.xml | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2cff2ec..a949ade 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,8 +151,7 @@
<scope>test</scope>
</dependency>
- <!-- Use of GraalVM is currently test only.
- Move to runtime for 'release' -->
+ <!-- Use of GraalVM is test only. -->
<dependency>
<groupId>org.graalvm.js</groupId>
<artifactId>js</artifactId>
@@ -160,8 +159,7 @@
<scope>test</scope>
</dependency>
- <!-- Use of GraalVM rhino is currently test only
- Move to compile of we ever want to release -->
+ <!-- Use of GraalVM rhino is test only -->
<dependency>
<groupId>org.mozilla</groupId>
<artifactId>rhino</artifactId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list