use compendium specification R7 (#766)

This allows us to use the version 1.4 of the components and we can use
the Constructor Injection.

Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
This commit is contained in:
Markus Rathgeb 2019-04-29 19:14:24 +02:00 committed by Kai Kreuzer
parent d2c7db63db
commit d60a7c8fe0

View File

@ -29,7 +29,7 @@
<dependency> <dependency>
<groupId>org.osgi</groupId> <groupId>org.osgi</groupId>
<artifactId>osgi.cmpn</artifactId> <artifactId>osgi.cmpn</artifactId>
<version>6.0.0</version> <version>7.0.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.osgi</groupId> <groupId>org.osgi</groupId>