Refactor ThingHandlerService to an OSGi component prototype (#3957)

Also-by: Connor Petty <mistercpp2000+gitsignoff@gmail.com>
Signed-off-by: J-N-K <github@klug.nrw>
This commit is contained in:
J-N-K
2024-01-02 13:09:51 +01:00
committed by GitHub
parent 1ddbe3180a
commit a5316f920e
23 changed files with 330 additions and 99 deletions
+6
View File
@@ -61,6 +61,12 @@
<version>1.5.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.service.component.annotations</artifactId>
<version>1.5.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.scr</artifactId>