Skip to content

Commit

Permalink
fix Caused by: java.lang.NullPointerException: Cannot invoke org.glas…
Browse files Browse the repository at this point in the history
…sfish.hk2.api.DynamicConfigurationService.createDynamicConfiguration() because dcs is null
  • Loading branch information
jianmingtu committed Feb 5, 2024
1 parent 0b93926 commit bd1a05b
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 bd1a05b

Please sign in to comment.