Skip to content

Commit

Permalink
OPIK-1036: Updated backend dependencies part 3 (#1307)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrescrz authored Feb 17, 2025
1 parent ecaa90e commit d36fe43
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions apps/opik-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,23 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-bom</artifactId>
<version>4.1.118.Final</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents.core5</groupId>
<artifactId>httpcore5</artifactId>
<version>5.3.3</version>
</dependency>
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
<version>2.5.2</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down Expand Up @@ -198,11 +215,6 @@
<artifactId>httpclient5</artifactId>
<version>5.4.2</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents.core5</groupId>
<artifactId>httpcore5</artifactId>
<version>5.3.3</version>
</dependency>
<dependency>
<groupId>org.mvel</groupId>
<artifactId>mvel2</artifactId>
Expand Down

0 comments on commit d36fe43

Please sign in to comment.