Skip to content

Commit

Permalink
Added required jackson dependecy (#2407)
Browse files Browse the repository at this point in the history
  • Loading branch information
breiler authored Dec 31, 2023
1 parent 78fee70 commit faa684c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions ugs-pendant/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,23 @@
<version>${jersey.version}</version>
</dependency>

<!-- Jackson -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.15.3</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.15.3</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.15.3</version>
</dependency>

<!-- For WebSocket -->
<dependency>
<groupId>org.eclipse.jetty.ee10.websocket</groupId>
Expand Down

0 comments on commit faa684c

Please sign in to comment.