Skip to content

Commit

Permalink
Merge pull request #217 from bcgov/feature/upgradeSftpTo6
Browse files Browse the repository at this point in the history
fix Caused by: java.lang.NullPointerException: Cannot invoke org.glas…
  • Loading branch information
jianmingtu authored Feb 5, 2024
2 parents 0b93926 + bd1a05b commit ca19bea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jrcc-access-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-json-jackson</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.inject</groupId>
<artifactId>jersey-hk2</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.jaxrs</groupId>
<artifactId>jackson-jaxrs-base</artifactId>
Expand Down

0 comments on commit ca19bea

Please sign in to comment.