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

Commit 324cfb0

Browse files
Petr Boudapavelbucek
authored andcommitted
Change bundle plugin to not include jersey-common in jersey-hk2.
Change-Id: I924d6073d46257d125e3dcb20932c6216be3f579
1 parent d74e3a3 commit 324cfb0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

inject/cdi2-se/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
<configuration>
108108
<instructions>
109109
<Export-Package>
110-
org.glassfish.jersey.*;version=${project.version}
110+
org.glassfish.jersey.inject.cdi.se.*;version=${project.version}
111111
</Export-Package>
112112
<Import-Package>
113113
sun.misc.*;resolution:=optional, *

inject/hk2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
<configuration>
107107
<instructions>
108108
<Export-Package>
109-
org.glassfish.jersey.*;version=${project.version}
109+
org.glassfish.jersey.inject.hk2.*;version=${project.version}
110110
</Export-Package>
111111
<Import-Package>
112112
sun.misc.*;resolution:=optional,

0 commit comments

Comments
 (0)