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

Commit c6268ca

Browse files
author
Michal Gajdos
committed
Updated poms - removed old (non-existent) artifacts.
Change-Id: I2d3fa6336a24eaba951f4b9a4555e033dcc6d070 Signed-off-by: Michal Gajdos <[email protected]>
1 parent ad2b152 commit c6268ca

File tree

3 files changed

+7
-12
lines changed

3 files changed

+7
-12
lines changed

containers/glassfish/jersey-gf-ejb/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757

5858
<dependencies>
5959
<dependency>
60-
<groupId>org.glassfish.jersey.containers.glassfish</groupId>
61-
<artifactId>jersey-gf-cdi</artifactId>
60+
<groupId>org.glassfish.jersey.ext.cdi</groupId>
61+
<artifactId>jersey-cdi1x</artifactId>
6262
<version>${project.version}</version>
6363
<scope>provided</scope>
6464
</dependency>

containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbComponentInterceptor.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
33
*
4-
* Copyright (c) 2012-2013 Oracle and/or its affiliates. All rights reserved.
4+
* Copyright (c) 2012-2015 Oracle and/or its affiliates. All rights reserved.
55
*
66
* The contents of this file are subject to the terms of either the GNU
77
* General Public License Version 2 only ("GPL") or the Common Development
@@ -42,9 +42,9 @@
4242
import javax.annotation.PostConstruct;
4343
import javax.interceptor.InvocationContext;
4444

45-
import org.glassfish.hk2.api.ServiceLocator;
45+
import org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider;
4646

47-
import org.glassfish.jersey.gf.cdi.internal.CdiComponentProvider;
47+
import org.glassfish.hk2.api.ServiceLocator;
4848

4949
/**
5050
* EJB interceptor to inject Jersey specific stuff into EJB beans.

tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/pom.xml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,10 @@
7171
<scope>provided</scope>
7272
</dependency>
7373
<dependency>
74-
<groupId>org.glassfish.jersey.containers.glassfish</groupId>
75-
<artifactId>jersey-gf-cdi-ban-custom-hk2-binding</artifactId>
76-
<version>2.7-SNAPSHOT</version>
74+
<groupId>org.glassfish.jersey.ext.cdi</groupId>
75+
<artifactId>jersey-cdi1x-ban-custom-hk2-binding</artifactId>
7776
<scope>compile</scope>
7877
<exclusions>
79-
<exclusion>
80-
<groupId>org.glassfish.jersey.containers.glassfish</groupId>
81-
<artifactId>jersey-gf-cdi</artifactId>
82-
</exclusion>
8378
<exclusion>
8479
<groupId>org.glassfish.jersey.core</groupId>
8580
<artifactId>jersey-common</artifactId>

0 commit comments

Comments
 (0)