|
9 | 9 |
|
10 | 10 | The MIT License (MIT)
|
11 | 11 |
|
12 |
| - Copyright (c) 2022-2023 Roberto Gentili |
| 12 | + Copyright (c) 2022 Roberto Gentili |
13 | 13 |
|
14 | 14 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
|
15 | 15 | documentation files (the "Software"), to deal in the Software without restriction, including without
|
|
93 | 93 | <jacoco-maven-plugin.version>0.7.6.201602180812</jacoco-maven-plugin.version>
|
94 | 94 | <junit-jupiter.version>5.10.0</junit-jupiter.version>
|
95 | 95 | <junit.version>1.10.0</junit.version>
|
96 |
| - <burningwave-jvm-driver.version>8.15.0</burningwave-jvm-driver.version> |
| 96 | + <burningwave-jvm-driver.version>8.16.0</burningwave-jvm-driver.version> |
97 | 97 | <burningwave-common.version>0.4.0</burningwave-common.version>
|
98 | 98 | <maven-antrun-plugin.version>3.1.0</maven-antrun-plugin.version>
|
99 | 99 | <maven-bundle-plugin.version>5.1.9</maven-bundle-plugin.version>
|
|
256 | 256 | <Bundle-Description>${project.description}</Bundle-Description>
|
257 | 257 | <Bundle-Version>${project.version}</Bundle-Version>
|
258 | 258 | <Require-Capability>osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.8))"</Require-Capability>
|
259 |
| - <Import-Package>io.github.toolfactory.jvm;version="9.6.0";resolution:=optional,org.burningwave.jvm;version="${burningwave-jvm-driver.version}";resolution:=optional,org.burningwave;version="${burningwave-common.version}"</Import-Package> |
| 259 | + <Import-Package>io.github.toolfactory.jvm;version="9.7.0";resolution:=optional,org.burningwave.jvm;version="${burningwave-jvm-driver.version}";resolution:=optional,org.burningwave;version="${burningwave-common.version}"</Import-Package> |
260 | 260 | <Multi-Release>true</Multi-Release>
|
261 | 261 | <_dsannotations>*</_dsannotations><!-- Enable processing of OSGI DS component annotations -->
|
262 | 262 | <_metatypeannotations>*</_metatypeannotations><!-- Enable processing of OSGI metatype annotations -->
|
|
0 commit comments