diff options
author | liamfallon <liam.fallon@est.tech> | 2023-03-14 16:57:23 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2023-03-14 16:57:27 +0000 |
commit | a62a5ec3aa3be1a1acddf992a55ca609ff2840db (patch) | |
tree | 96cc9266f7ed8340194930ba40568907d2852b73 /integration | |
parent | 5e56b2aec347eb14aa2af5daf00212734761f128 (diff) |
Restore the new versions of dependencies
These dependencies disabled unit tests and code coverage in a number of
repos because the Jetty swagger server (in policy/common) used junit 5
jupiter without a "tesst" scope.
This is fixed in policy/common in a separate commit.
Issue-ID: POLICY-4474
Change-Id: I31139716fb7409e7e0e06f21296a9d82ec793310
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'integration')
-rw-r--r-- | integration/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index 00f3bc8e..6ba41719 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -74,9 +74,9 @@ <version.javax.bind-jaxb-api>2.3.1</version.javax.bind-jaxb-api> <version.javax.servlet-api>4.0.1</version.javax.servlet-api> <version.javax.ws.rs-api>2.1.1</version.javax.ws.rs-api> - <version.jboss-jaxrs-api>1.0.1-Final</version.jboss-jaxrs-api> - <version.jersey>2.37</version.jersey> - <version.jetty>9.4.48.v20220622</version.jetty> <!-- Downgrade from oparent --> + <version.jboss-jaxrs-api>2.0.2-Final</version.jboss-jaxrs-api> + <version.jersey>2.39</version.jersey> + <version.jetty>10.0.13</version.jetty> <!-- Downgrade from oparent --> <version.json>20220924</version.json> <!-- Keep this until Cambria Client is removed--> <version.junit>4.13.2</version.junit> <version.junit.jupiter>5.9.2</version.junit.jupiter> |