Skip to content

Commit

Permalink
Revert "Added capability required by webservices-osgi.jar"
Browse files Browse the repository at this point in the history
This reverts commit 4bc9f66.
  • Loading branch information
dmatej committed Oct 19, 2023
1 parent aa4e8fd commit 6a35f65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Expand Up @@ -202,9 +202,7 @@ felix.fileinstall.disableConfigSave=false
gosh.args=--nointeractive

# Generic execution environment capabilities.
org.osgi.framework.system.capabilities=\
${eecap-${java.vm.specification.version}},\
osgi.contract; osgi.contract="JakartaServlet"; version:List<Version>="6.0.0"
org.osgi.framework.system.capabilities=${eecap-${java.vm.specification.version}}

eecap-21= \
osgi.ee; osgi.ee="OSGi/Minimum"; version:List<Version>="1.0,1.1,1.2", \
Expand Down
Expand Up @@ -202,9 +202,7 @@ felix.fileinstall.disableConfigSave=false
gosh.args=--nointeractive

# Generic execution environment capabilities.
org.osgi.framework.system.capabilities=\
${eecap-${java.vm.specification.version}},\
osgi.contract; osgi.contract="JakartaServlet"; version:List<Version>="6.0.0"
org.osgi.framework.system.capabilities=${eecap-${java.vm.specification.version}}

eecap-21= \
osgi.ee; osgi.ee="OSGi/Minimum"; version:List<Version>="1.0,1.1,1.2", \
Expand Down

0 comments on commit 6a35f65

Please sign in to comment.