mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
Upgrade bndtools to 7.2.1 and re-establish iTests (#5279)
* Bump bnd.version from 7.1.0 to 7.2.1 Bumps `bnd.version` from 7.1.0 to 7.2.1. Updates `biz.aQute.bnd:bnd-maven-plugin` from 7.1.0 to 7.2.1 - [Release notes](https://github.com/bndtools/bnd/releases) - [Commits](https://github.com/bndtools/bnd/compare/7.1.0...7.2.1) Updates `biz.aQute.bnd:bnd-indexer-maven-plugin` from 7.1.0 to 7.2.1 - [Release notes](https://github.com/bndtools/bnd/releases) - [Commits](https://github.com/bndtools/bnd/compare/7.1.0...7.2.1) Updates `biz.aQute.bnd:bnd-resolver-maven-plugin` from 7.1.0 to 7.2.1 - [Release notes](https://github.com/bndtools/bnd/releases) - [Commits](https://github.com/bndtools/bnd/compare/7.1.0...7.2.1) Updates `biz.aQute.bnd:bnd-export-maven-plugin` from 7.1.0 to 7.2.1 - [Release notes](https://github.com/bndtools/bnd/releases) - [Commits](https://github.com/bndtools/bnd/compare/7.1.0...7.2.1) Updates `biz.aQute.bnd:bnd-testing-maven-plugin` from 7.1.0 to 7.2.1 - [Release notes](https://github.com/bndtools/bnd/releases) - [Commits](https://github.com/bndtools/bnd/compare/7.1.0...7.2.1) Updates `biz.aQute.bnd:bnd-baseline-maven-plugin` from 7.1.0 to 7.2.1 - [Release notes](https://github.com/bndtools/bnd/releases) - [Commits](https://github.com/bndtools/bnd/compare/7.1.0...7.2.1) Updates `biz.aQute.bnd:biz.aQute.tester.junit-platform` from 7.1.0 to 7.2.1 - [Release notes](https://github.com/bndtools/bnd/releases) - [Commits](https://github.com/bndtools/bnd/compare/7.1.0...7.2.1) --- updated-dependencies: - dependency-name: biz.aQute.bnd:bnd-maven-plugin dependency-version: 7.2.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: biz.aQute.bnd:bnd-indexer-maven-plugin dependency-version: 7.2.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: biz.aQute.bnd:bnd-resolver-maven-plugin dependency-version: 7.2.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: biz.aQute.bnd:bnd-export-maven-plugin dependency-version: 7.2.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: biz.aQute.bnd:bnd-testing-maven-plugin dependency-version: 7.2.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: biz.aQute.bnd:bnd-baseline-maven-plugin dependency-version: 7.2.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: biz.aQute.bnd:biz.aQute.tester.junit-platform dependency-version: 7.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... * adapt folder structure, add timeouts and dependencies * Fix bnd warnings about backslashes in pom.xml * Activate javaagent for tests to avoid JDK warnings Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
@@ -31,6 +31,11 @@
|
||||
<artifactId>junit-platform-engine</artifactId>
|
||||
<version>1.14.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.junit.platform</groupId>
|
||||
<artifactId>junit-platform-commons</artifactId>
|
||||
<version>1.14.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>biz.aQute.bnd</groupId>
|
||||
<artifactId>biz.aQute.tester.junit-platform</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user