Skip to content

Commit

Permalink
Solve some dependency conflicts (#54) (#1184)
Browse files Browse the repository at this point in the history
Change-Id: I86f0a7800e19acb6356e9e603605cb03eff1d30d
  • Loading branch information
Linary authored Sep 22, 2020
1 parent e35f9fb commit accc27f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions hugegraph-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,27 @@
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-jersey2</artifactId>
</dependency>

<dependency>
<groupId>org.glassfish.grizzly</groupId>
<artifactId>grizzly-http</artifactId>
<version>2.4.4</version>
</dependency>
<dependency>
<groupId>org.glassfish.grizzly</groupId>
<artifactId>grizzly-framework</artifactId>
<version>2.4.4</version>
</dependency>
<dependency>
<groupId>org.glassfish.grizzly</groupId>
<artifactId>grizzly-http-server</artifactId>
<version>2.4.4</version>
</dependency>
<dependency>
<groupId>org.glassfish.grizzly</groupId>
<artifactId>grizzly-http-servlet</artifactId>
<version>2.4.4</version>
</dependency>
</dependencies>

<build>
Expand Down
4 changes: 2 additions & 2 deletions hugegraph-cassandra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.42.Final</version>
<version>4.1.13.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-epoll</artifactId>
<version>4.1.36.Final</version>
<version>4.1.13.Final</version>
<classifier>linux-x86_64</classifier>
</dependency>
</dependencies>
Expand Down

0 comments on commit accc27f

Please sign in to comment.