Skip to content

Commit

Permalink
Merge branch 'v0.6'
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksandr Porunov <alexandr.porunov@gmail.com>
  • Loading branch information
porunov committed May 12, 2022
2 parents 3478a6d + 177c764 commit ac9e1fe
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
10 changes: 9 additions & 1 deletion janusgraph-cql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@
</exclusions>
</dependency>

<dependency>
<groupId>org.graalvm.nativeimage</groupId>
<artifactId>svm</artifactId>
</dependency>
<dependency>
<groupId>com.datastax.oss</groupId>
<artifactId>java-driver-core</artifactId>
Expand All @@ -160,6 +164,10 @@
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
</exclusion>
<exclusion>
<groupId>org.graalvm.nativeimage</groupId>
<artifactId>svm</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down Expand Up @@ -189,7 +197,7 @@
<dependency>
<groupId>com.datastax.cassandra</groupId>
<artifactId>cassandra-driver-core</artifactId>
<version>3.11.0</version>
<version>3.11.2</version>
<exclusions>
<exclusion>
<groupId>com.github.jnr</groupId>
Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<test.excluded.groups>MEMORY_TESTS,PERFORMANCE_TESTS,BRITTLE_TESTS</test.excluded.groups>
<dependency.locations.enabled>false</dependency.locations.enabled>
<cassandra.version>3.11.10</cassandra.version>
<cassandra-driver.version>4.13.0</cassandra-driver.version>
<cassandra-driver.version>4.14.1</cassandra-driver.version>
<scylladb.version>4.4.0</scylladb.version>
<testcontainers.version>1.16.2</testcontainers.version>
<easymock.version>4.3</easymock.version>
Expand All @@ -111,6 +111,7 @@
<!-- align with org.apache.solr:solr-solrj -->
<jetty.version>9.4.44.v20210927</jetty.version>
<log4j2.version>2.17.1</log4j2.version>
<graalvm-nativeimage.version>22.0.0.2</graalvm-nativeimage.version>
</properties>
<modules>
<module>janusgraph-grpc</module>
Expand Down Expand Up @@ -1152,7 +1153,7 @@
<dependency>
<groupId>org.graalvm.nativeimage</groupId>
<artifactId>svm</artifactId>
<version>21.0.0.2</version>
<version>${graalvm-nativeimage.version}</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down

0 comments on commit ac9e1fe

Please sign in to comment.