Skip to content

Commit

Permalink
Fix dependency conflict "InjectionManagerFactory not found"
Browse files Browse the repository at this point in the history
Fix #9

Change-Id: I83f2074c431994f72a62e37ab4a6086c3142a1b5
  • Loading branch information
Linary committed Dec 18, 2018
1 parent 476bb78 commit fb536e4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.baidu.hugegraph</groupId>
<artifactId>hugegraph-common</artifactId>
<version>1.5.3</version>
<version>1.5.4</version>

<name>hugegraph-common</name>
<url>https://github.com/hugegraph/hugegraph-common</url>
Expand Down Expand Up @@ -67,6 +67,7 @@
<jsr305.version>3.0.1</jsr305.version>
<javassist.version>3.21.0-GA</javassist.version>
<jersey.version>2.25.1</jersey.version>
<jersey.hk2.version>2.27</jersey.hk2.version>
<junit.version>4.12</junit.version>
</properties>

Expand Down Expand Up @@ -155,6 +156,11 @@
<artifactId>jersey-media-json-jackson</artifactId>
<version>${jersey.version}</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.inject</groupId>
<artifactId>jersey-hk2</artifactId>
<version>${jersey.hk2.version}</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit fb536e4

Please sign in to comment.