Browse Source

fix upperbound

Signed-off-by: Olivier Lamy <olamy@apache.org>
pull/121/head
Olivier Lamy 1 year ago
parent
commit
215b7719fd
1 changed files with 11 additions and 0 deletions
  1. 11
    0
      pom.xml

+ 11
- 0
pom.xml View File

@@ -1878,6 +1878,17 @@
<version>${cxf.version}</version>
</dependency>

<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.compendium</artifactId>
<version>5.0.0</version>
</dependency>
<dependency>
<groupId>org.graalvm.nativeimage</groupId>
<artifactId>svm</artifactId>
<version>21.0.0.2</version>
</dependency>

</dependencies>
</dependencyManagement>


Loading…
Cancel
Save