summaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2022-03-31 23:35:17 +0200
committergjoranv <gv@verizonmedia.com>2022-03-31 23:35:17 +0200
commitc0247d0d5293825a2908dd3da5c65de9fe1a5c71 (patch)
tree421167f808c71eb29804a382cfc7a3b44bdac77d /parent
parentffade9acb7b44f15104367aa69301bea05b6f252 (diff)
Move depManagement for bundles no longer in jdisc down to parent.
Diffstat (limited to 'parent')
-rw-r--r--parent/pom.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index c53e9aa1f0e..5e3ec3d20ea 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -782,6 +782,26 @@
<version>2.3.2</version> <!-- 2.3.3 has a BROKEN manifest -->
</dependency>
<dependency>
+ <groupId>org.glassfish.jersey.ext</groupId>
+ <artifactId>jersey-entity-filtering</artifactId>
+ <version>${jersey2.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.glassfish.jersey.ext</groupId>
+ <artifactId>jersey-proxy-client</artifactId>
+ <version>${jersey2.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.glassfish.jersey.media</groupId>
+ <artifactId>jersey-media-json-jackson</artifactId>
+ <version>${jersey2.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.glassfish.jersey.media</groupId>
+ <artifactId>jersey-media-multipart</artifactId>
+ <version>${jersey2.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<version>1.3</version>
@@ -825,6 +845,11 @@
<version>${junit.version}</version>
</dependency>
<dependency>
+ <groupId>org.jvnet.mimepull</groupId>
+ <artifactId>mimepull</artifactId>
+ <version>1.9.6</version>
+ </dependency>
+ <dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>${mockito.version}</version>