File tree 2 files changed +6
-6
lines changed
containers/glassfish/jersey-gf-ejb
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!--
3
3
4
- Copyright (c) 2012, 2019 Oracle and/or its affiliates. All rights reserved.
4
+ Copyright (c) 2012, 2020 Oracle and/or its affiliates. All rights reserved.
5
5
6
6
This program and the accompanying materials are made available under the
7
7
terms of the Eclipse Public License v. 2.0, which is available at
115
115
<instructions >
116
116
<!-- Explicitly set versions for packages from GlassFish to allow future uptake of GlassFish 5.x-->
117
117
<Import-Package >
118
- com.sun.*;version="[4.0,6 )",
118
+ com.sun.*;version="[4.0,7 )",
119
119
${javax.annotation.osgi.version} ,
120
- org.glassfish.ejb.*;version="[4.0,6 )",
121
- org.glassfish.internal.*;version="[4.0,6 )",
120
+ org.glassfish.ejb.*;version="[4.0,7 )",
121
+ org.glassfish.internal.*;version="[4.0,7 )",
122
122
${hk2.osgi.version} ,
123
123
*
124
124
</Import-Package >
Original file line number Diff line number Diff line change 2101
2101
<helidon .version>1.0.3</helidon .version>
2102
2102
<xmlunit .version>1.6</xmlunit .version>
2103
2103
<hk2 .version>2.6.1</hk2 .version>
2104
- <hk2 .osgi.version>org.glassfish.hk2.*;version="[2.5,3 )"</hk2 .osgi.version>
2105
- <hk2 .jvnet.osgi.version>org.jvnet.hk2.*;version="[2.5,3 )"</hk2 .jvnet.osgi.version>
2104
+ <hk2 .osgi.version>org.glassfish.hk2.*;version="[2.5,4 )"</hk2 .osgi.version>
2105
+ <hk2 .jvnet.osgi.version>org.jvnet.hk2.*;version="[2.5,4 )"</hk2 .jvnet.osgi.version>
2106
2106
<hk2 .config.version>5.1.0</hk2 .config.version>
2107
2107
<httpclient .version>4.5.9</httpclient .version>
2108
2108
<istack .commons.runtime.version>3.0.8</istack .commons.runtime.version>
You can’t perform that action at this time.
0 commit comments