Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,6 @@
<goals>
<goal>jar</goal>
</goals>
<configuration>
<additionalOptions combine.children="append">
<option>--add-exports org.graalvm.sdk/com.oracle.svm.core.annotate=org.neo4j.driver</option>
</additionalOptions>
</configuration>
</execution>
</executions>
</plugin>
Expand Down
11 changes: 0 additions & 11 deletions driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<compilerArgs combine.children="append">
<arg>--add-exports</arg>
<arg>org.graalvm.sdk/com.oracle.svm.core.annotate=org.neo4j.driver</arg>
</compilerArgs>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -152,11 +146,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<additionalOptions combine.children="append">
<option>--add-exports org.graalvm.sdk/com.oracle.svm.core.annotate=org.neo4j.driver</option>
</additionalOptions>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion driver/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
requires transitive java.logging;
requires transitive org.reactivestreams;
requires static micrometer.core;
requires static org.graalvm.sdk;
requires static org.graalvm.nativeimage;
requires static org.slf4j;
requires static java.management;
requires static reactor.blockhound;
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
<!-- Please note that when updating this dependency -->
<!-- (i.e. due to a security vulnerability or bug) that the -->
<!-- corresponding server dependency also needs updating.-->
<netty-bom.version>4.1.97.Final</netty-bom.version>
<netty-bom.version>4.1.99.Final</netty-bom.version>
<!-- Please note that when updating this dependency -->
<!-- (i.e. due to a security vulnerability or bug) that the -->
<!-- corresponding server dependency also needs updating.-->
<reactor-bom.version>2022.0.10</reactor-bom.version>
<reactor-bom.version>2022.0.11</reactor-bom.version>
<slf4j-api.version>1.7.36</slf4j-api.version>
<hamcrest.version>2.2</hamcrest.version>
<mockito-core.version>5.5.0</mockito-core.version>
Expand All @@ -51,11 +51,11 @@
<bouncycastle-jdk15on.version>1.70</bouncycastle-jdk15on.version>
<logback-classic.version>1.2.12</logback-classic.version>
<jackson.version>2.15.2</jackson.version>
<lombok.version>1.18.28</lombok.version>
<svm.version>23.0.1</svm.version>
<micrometer.version>1.11.3</micrometer.version>
<lombok.version>1.18.30</lombok.version>
<svm.version>23.1.0</svm.version>
<micrometer.version>1.11.4</micrometer.version>
<blockhound.version>1.0.8.RELEASE</blockhound.version>
<testcontainers.version>1.19.0</testcontainers.version>
<testcontainers.version>1.19.1</testcontainers.version>
<build-resources.version>5.11.0</build-resources.version>
<!-- To be overwritten by child projects -->
<moduleName/>
Expand Down