Skip to content
Snippets Groups Projects
Commit 7415eafe authored by Rustam Lotsmanenko (EPAM)'s avatar Rustam Lotsmanenko (EPAM)
Browse files

fix JsonProviderImpl not found

parent 30438a04
No related branches found
No related tags found
1 merge request!655Jakarta EE, Spring 6, Spring-Boot 3 migration
Pipeline #270006 failed
......@@ -146,6 +146,16 @@
<artifactId>obm</artifactId>
<version>0.25.0</version>
</dependency>
<dependency>
<groupId>jakarta.json</groupId>
<artifactId>jakarta.json-api</artifactId>
<version>2.1.3</version>
</dependency>
<dependency>
<groupId>org.eclipse.parsson</groupId>
<artifactId>parsson</artifactId>
<version>1.1.6</version>
</dependency>
<dependency>
<!-- Required for JUnit 4 tests to run -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment