Skip to content

Commit

Permalink
Align BND dependencies to avoid compiler warnings (#775)
Browse files Browse the repository at this point in the history
Version 8.1.0 of `osgi.annotation` removes the use of enum types in the
annotations which avoids compiler warnings for downstream users of
`microprofile-config-api` jar.

Signed-off-by: Bruno Leonardo Gonçalves <brunolmfg@gmail.com>
  • Loading branch information
brunolmfg committed Apr 5, 2023
1 parent 859e5d5 commit bf4baaf
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pom.xml
Expand Up @@ -80,16 +80,22 @@
<dependencyManagement>
<dependencies>
<!-- TODO - Investigate BND Dependencies-->
<dependency>
<groupId>org.osgi</groupId>
<artifactId>osgi.annotation</artifactId>
<version>8.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>biz.aQute.bnd</groupId>
<artifactId>biz.aQute.bnd.annotation</artifactId>
<version>5.3.0</version>
<version>6.2.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.service.cdi</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit bf4baaf

Please sign in to comment.