File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 364364 <groupId >org.glassfish.jersey.media</groupId >
365365 <artifactId >jersey-media-json-processing</artifactId >
366366 </dependency >
367+ <dependency >
368+ <groupId >org.eclipse.parsson</groupId >
369+ <artifactId >parsson</artifactId >
370+ </dependency >
371+ <dependency >
372+ <groupId >org.eclipse.parsson</groupId >
373+ <artifactId >parsson-media</artifactId >
374+ </dependency >
367375
368376 <!-- Grizzly & jersey server side code -->
369377 <dependency >
Original file line number Diff line number Diff line change 518518 <artifactId >jersey-test-framework-provider-inmemory</artifactId >
519519 <version >${jersey-version} </version >
520520 </dependency >
521+ <dependency >
522+ <groupId >org.eclipse.parsson</groupId >
523+ <artifactId >parsson</artifactId >
524+ <version >${parsson-version} </version >
525+ </dependency >
526+ <dependency >
527+ <groupId >org.eclipse.parsson</groupId >
528+ <artifactId >parsson-media</artifactId >
529+ <version >${parsson-version} </version >
530+ </dependency >
521531 <dependency >
522532 <groupId >org.glassfish.grizzly</groupId >
523533 <artifactId >grizzly-http-servlet</artifactId >
688698 <junit .platform.surefire.version>1.3.2</junit .platform.surefire.version>
689699 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
690700 <jersey-version >3.1.3</jersey-version >
701+ <parsson-version >1.1.5</parsson-version >
691702 <grizzly-version >4.0.1</grizzly-version >
692703 <jakarta-version >6.0.0</jakarta-version >
693704 <prometheus-version >0.16.0</prometheus-version >
You can’t perform that action at this time.
0 commit comments