Skip to content

Commit

Permalink
Issue OpenLiberty#19698 Yasson 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
njr-11 committed Oct 31, 2022
1 parent 6fd148c commit aba7e73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dev/cnf/oss_dependencies.maven
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ org.eclipse.transformer:org.eclipse.transformer.bnd.analyzer:0.5.0
org.eclipse.transformer:org.eclipse.transformer.cli:0.5.0
org.eclipse.transformer:org.eclipse.transformer.jakarta:0.5.0
org.eclipse.transformer:org.eclipse.transformer:0.5.0
org.eclipse:yasson:2.0.1
org.eclipse:yasson:2.0.4
org.eclipse:yasson:3.0.0
org.ehcache:ehcache:3.8.1
org.ektorp:org.ektorp:1.5.0
Expand Down
8 changes: 4 additions & 4 deletions dev/com.ibm.ws.org.eclipse.yasson.2.0/bnd.bnd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright (c) 2020 IBM Corporation and others.
# Copyright (c) 2020,2022 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
Expand All @@ -8,13 +8,13 @@
# Contributors:
# IBM Corporation - initial API and implementation
#*******************************************************************************
-include= jar:${fileuri;${repo;org.eclipse:yasson;2.0.1;EXACT}}!/META-INF/MANIFEST.MF,bnd.overrides
-include= jar:${fileuri;${repo;org.eclipse:yasson;2.0.4;EXACT}}!/META-INF/MANIFEST.MF,bnd.overrides

instrument.disabled: true

-includeresource: \
@${repo;org.eclipse:yasson;2.0.1;EXACT}!/org/eclipse/yasson/*,\
@${repo;org.eclipse:yasson;2.0.1;EXACT}!/META-INF/services/jakarta.json.bind.spi.JsonbProvider,\
@${repo;org.eclipse:yasson;2.0.4;EXACT}!/org/eclipse/yasson/*,\
@${repo;org.eclipse:yasson;2.0.4;EXACT}!/META-INF/services/jakarta.json.bind.spi.JsonbProvider,\
yasson-messages.properties=resources/yasson-messages.properties

-buildpath: \
Expand Down

0 comments on commit aba7e73

Please sign in to comment.