This is an automated email from the ASF dual-hosted git repository. zehnder pushed a commit to branch update-maven-version in repository https://gitbox.apache.org/repos/asf/streampipes.git
commit 3ebff7ce0d846138665799ba9423f62e70d8eb01 Author: Philipp Zehnder <[email protected]> AuthorDate: Tue Jan 10 17:59:44 2023 +0100 [hotfux] Update maven version to 3.8.7 --- pom.xml | 8 +------- streampipes-maven-plugin/pom.xml | 15 --------------- 2 files changed, 1 insertion(+), 22 deletions(-) diff --git a/pom.xml b/pom.xml index 8587d38a1..09570fd8a 100644 --- a/pom.xml +++ b/pom.xml @@ -35,7 +35,7 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <dependency.locations.enabled>false</dependency.locations.enabled> - <maven.version>3.8.1</maven.version> + <maven.version>3.8.7</maven.version> <owasp.check.skip>false</owasp.check.skip> <!-- project dependencies --> @@ -102,7 +102,6 @@ <logback.version>1.4.5</logback.version> <maven-invoker.version>2.2</maven-invoker.version> <maven-plugin-annotations.version>3.6.0</maven-plugin-annotations.version> - <maven-plugin-testing-harness.version>3.3.0</maven-plugin-testing-harness.version> <mqtt-client.version>1.12</mqtt-client.version> <nats.version>2.16.1</nats.version> <objenesis.version>3.3</objenesis.version> @@ -1023,11 +1022,6 @@ <artifactId>maven-plugin-annotations</artifactId> <version>${maven-plugin-annotations.version}</version> </dependency> - <dependency> - <groupId>org.apache.maven.plugin-testing</groupId> - <artifactId>maven-plugin-testing-harness</artifactId> - <version>${maven-plugin-testing-harness.version}</version> - </dependency> <dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>file-management</artifactId> diff --git a/streampipes-maven-plugin/pom.xml b/streampipes-maven-plugin/pom.xml index d92fa2f79..0885b9df4 100644 --- a/streampipes-maven-plugin/pom.xml +++ b/streampipes-maven-plugin/pom.xml @@ -112,21 +112,6 @@ <artifactId>junit</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.maven.plugin-testing</groupId> - <artifactId>maven-plugin-testing-harness</artifactId> - <scope>test</scope> - <exclusions> - <exclusion> - <groupId>org.apache.maven</groupId> - <artifactId>maven-model</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.maven</groupId> - <artifactId>maven-aether-provider</artifactId> - </exclusion> - </exclusions> - </dependency> <dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>file-management</artifactId>
