Skip to content

Commit

Permalink
Merge pull request #25224 from pnicolucci/cleanupFaces30and40Bnd
Browse files Browse the repository at this point in the history
Cleanup faces30and40 bnd
  • Loading branch information
pnicolucci committed Jun 14, 2023
2 parents cd110dc + b64d689 commit b783ce7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 16 deletions.
19 changes: 8 additions & 11 deletions dev/io.openliberty.jakarta.faces.3.0/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
# http://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# IBM Corporation - initial API and implementation
#*******************************************************************************
-include= ~../cnf/resources/bnd/bundle.props
bVersion=1.0
Expand All @@ -33,11 +30,11 @@ instrument.disabled: true
publish.wlp.jar.suffix: dev/api/spec

-buildpath: \
org.apache.myfaces.core:myfaces-api;version=${Implementation-Version};strategy=exact,\
io.openliberty.jakarta.cdi.3.0;version=latest,\
io.openliberty.jakarta.expressionLanguage.4.0;version=latest,\
io.openliberty.jakarta.validation.3.0;version=latest,\
io.openliberty.jakarta.jstl.2.0;version=latest,\
io.openliberty.jakarta.pages.3.0;version=latest,\
io.openliberty.jakarta.servlet.5.0;version=latest, \
io.openliberty.jakarta.websocket.2.0;version=latest
org.apache.myfaces.core:myfaces-api;version=${Implementation-Version};strategy=exact
# io.openliberty.jakarta.cdi.3.0;version=latest,\
# io.openliberty.jakarta.expressionLanguage.4.0;version=latest,\
# io.openliberty.jakarta.validation.3.0;version=latest,\
# io.openliberty.jakarta.jstl.2.0;version=latest,\
# io.openliberty.jakarta.pages.3.0;version=latest,\
# io.openliberty.jakarta.servlet.5.0;version=latest, \
# io.openliberty.jakarta.websocket.2.0;version=latest
10 changes: 5 additions & 5 deletions dev/io.openliberty.jakarta.faces.4.0/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ instrument.disabled: true
publish.wlp.jar.suffix: dev/api/spec

-buildpath: \
org.apache.myfaces.buildtools:myfaces-builder-annotations;version=1.0.9;strategy=exact, \
org.apache.myfaces.core:myfaces-api;strategy=exact;version=${Implementation-Version},\
io.openliberty.jakarta.expressionLanguage.5.0;version=latest, \
io.openliberty.jakarta.servlet.6.0;version=latest, \
io.openliberty.jakarta.cdi.4.0;version=latest
org.apache.myfaces.core:myfaces-api;strategy=exact;version=${Implementation-Version}
# org.apache.myfaces.buildtools:myfaces-builder-annotations;version=1.0.9;strategy=exact, \
# io.openliberty.jakarta.expressionLanguage.5.0;version=latest, \
# io.openliberty.jakarta.servlet.6.0;version=latest, \
# io.openliberty.jakarta.cdi.4.0;version=latest

0 comments on commit b783ce7

Please sign in to comment.