Skip to content

Commit

Permalink
Upgrade jersey-core from 1.5 to 1.18.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pepness committed Dec 24, 2019
1 parent da6a3ce commit 94cc467
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion enterprise/websvc.rest/external/binaries-list
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# specific language governing permissions and limitations
# under the License.

955FA871051ACD23841FF75087B190278228920A com.sun.jersey:jersey-core:1.5
7AE45787634401A7E71DB35D45F742C0E7BA03B9 com.sun.jersey:jersey-core:1.18.6
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Name: Jersey-core
Version: 1.5
Version: 1.18.6
Description: Jersey-core
License: CDDL-1.1
Origin: Oracle
Files: jersey-core-1.5.jar
Files: jersey-core-1.18.6.jar

COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1

Expand Down
2 changes: 1 addition & 1 deletion enterprise/websvc.rest/manifest.mf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ Manifest-Version: 1.0
OpenIDE-Module: org.netbeans.modules.websvc.rest/0
OpenIDE-Module-Layer: org/netbeans/modules/websvc/rest/resources/layer.xml
OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/websvc/rest/resources/Bundle.properties
OpenIDE-Module-Specification-Version: 1.36
OpenIDE-Module-Specification-Version: 1.37
OpenIDE-Module-Needs: javax.script.ScriptEngine.freemarker
AutoUpdate-Show-In-Client: false
5 changes: 3 additions & 2 deletions enterprise/websvc.rest/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@
#

is.autoload=true
release.external/jersey-core-1.5.jar=modules/ext/jersey2/jersey-core-1.5.jar
release.external/jersey-core-1.18.6.jar=modules/ext/jersey2/jersey-core-1.18.6.jar

is.eager=true
javac.source=1.6
javac.compilerargs=-Xlint -Xlint:-serial
javac.source=1.8
requires.nb.javac=true

test-unit-sys-prop.java.awt.headless=true
Expand Down
4 changes: 2 additions & 2 deletions enterprise/websvc.rest/nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -644,8 +644,8 @@
<package>org.netbeans.modules.websvc.rest.client</package>
</friend-packages>
<class-path-extension>
<runtime-relative-path>ext/jersey2/jersey-core-1.5.jar</runtime-relative-path>
<binary-origin>external/jersey-core-1.5.jar</binary-origin>
<runtime-relative-path>ext/jersey2/jersey-core-1.18.6.jar</runtime-relative-path>
<binary-origin>external/jersey-core-1.18.6.jar</binary-origin>
</class-path-extension>
</data>
</configuration>
Expand Down

0 comments on commit 94cc467

Please sign in to comment.