Skip to content

Commit

Permalink
[HWORKS-795] Add missing dependency in Community Edition (#1418)
Browse files Browse the repository at this point in the history
  • Loading branch information
kouzant authored Oct 19, 2023
1 parent ca3e4c7 commit 0c1895c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions hopsworks-ca/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@
<dependency>
<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-rest-utils</artifactId>
<exclusions>
<exclusion>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.hops.hopsworks</groupId>
Expand Down Expand Up @@ -123,6 +129,12 @@
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/commons-codec/commons-codec -->
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.16.0</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 0c1895c

Please sign in to comment.