Removed outdated basic auth classes (#2245)

Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
Kai Kreuzer
2021-03-20 12:46:30 +01:00
committed by GitHub
parent 4bf156ffc0
commit ee1d3f3a73
9 changed files with 0 additions and 215 deletions
@@ -115,16 +115,6 @@
<bundle>mvn:org.openhab.core.bundles/org.openhab.core.io.http.auth/${project.version}</bundle>
</feature>
<feature name="openhab-core-io-http-auth-basic" version="${project.version}">
<feature>openhab-core-base</feature>
<bundle>mvn:org.openhab.core.bundles/org.openhab.core.io.http.auth.basic/${project.version}</bundle>
<feature>openhab-core-io-http-auth</feature>
<config name="org.openhab.auth">
enabled = true
</config>
</feature>
<feature name="openhab-core-io-rest-auth" version="${project.version}">
<feature>openhab-core-base</feature>
<feature>openhab-core-auth-jaas</feature>