Skip to content

Commit

Permalink
Fixed dependency conflicts.
Browse files Browse the repository at this point in the history
  • Loading branch information
kausandr committed Feb 8, 2022
1 parent bbec34b commit b777f89
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions gocypher-cybench-client/gocypher-cybench-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@
<groupId>com.github.oshi</groupId>
<artifactId>oshi-core</artifactId>
<version>${oshi.version}</version>
<exclusions>
<exclusion>
<artifactId>slf4j-api</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.reflections</groupId>
Expand All @@ -60,6 +66,10 @@
<artifactId>javassist</artifactId>
<groupId>org.javassist</groupId>
</exclusion>
<exclusion>
<artifactId>slf4j-api</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit b777f89

Please sign in to comment.