Skip to content
This repository was archived by the owner on May 28, 2018. It is now read-only.

Commit 43c6133

Browse files
author
Michal Gajdos
committed
Removed jersey-test-framework-provider-default-client from BOM pom and test-framework.
Added jersey-gf-cdi-ban-custom-hk2-binding to BOM pom. Change-Id: I9f3bf1d8cc0176a9b8f9852d37aaa87ad1f7bea7 Signed-off-by: Michal Gajdos <[email protected]>
1 parent 06ddf91 commit 43c6133

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

bom/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,11 @@
160160
<artifactId>jersey-gf-ejb</artifactId>
161161
<version>${project.version}</version>
162162
</dependency>
163+
<dependency>
164+
<groupId>org.glassfish.jersey.containers.glassfish</groupId>
165+
<artifactId>jersey-gf-cdi-ban-custom-hk2-binding</artifactId>
166+
<version>${project.version}</version>
167+
</dependency>
163168
<dependency>
164169
<groupId>org.glassfish.jersey.ext</groupId>
165170
<artifactId>jersey-bean-validation</artifactId>
@@ -272,11 +277,6 @@
272277
<version>${project.version}</version>
273278
<type>pom</type>
274279
</dependency>
275-
<dependency>
276-
<groupId>org.glassfish.jersey.test-framework.providers</groupId>
277-
<artifactId>jersey-test-framework-provider-default-client</artifactId>
278-
<version>${project.version}</version>
279-
</dependency>
280280
<dependency>
281281
<groupId>org.glassfish.jersey.test-framework.providers</groupId>
282282
<artifactId>jersey-test-framework-provider-external</artifactId>

test-framework/providers/bundle/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,6 @@
7171
<artifactId>jersey-test-framework-provider-external</artifactId>
7272
<version>${project.version}</version>
7373
</dependency>
74-
<dependency>
75-
<groupId>org.glassfish.jersey.test-framework.providers</groupId>
76-
<artifactId>jersey-test-framework-provider-default-client</artifactId>
77-
<version>${project.version}</version>
78-
</dependency>
7974
<dependency>
8075
<groupId>org.glassfish.jersey.test-framework.providers</groupId>
8176
<artifactId>jersey-test-framework-provider-jdk-http</artifactId>

0 commit comments

Comments
 (0)