Skip to content

Commit 892f0b9

Browse files
authored
Update pom.xml
1 parent 27cdf2b commit 892f0b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@
135135
<script src="http://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/highlight.min.js"></script>
136136
<script>hljs.initHighlightingOnLoad();</script>
137137
]]></top>
138-
<additionalparam>--allow-script-in-comments</additionalparam>
138+
<!-- Required for Java 8u121 or later. See https://github.com/neo4j/neo4j-java-driver/pull/318 -->
139+
<!--<additionalparam>--allow-script-in-comments</additionalparam>-->
139140
</configuration>
140141
<executions>
141142
<execution>

0 commit comments

Comments
 (0)