This is an automated email from the ASF dual-hosted git repository. danielzhe pushed a commit to branch failing-dev-run in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
commit 74d96656c48948d61e023c2e3ccf8df6c8e1a124 Author: Daniel José dos Santos <[email protected]> AuthorDate: Wed Oct 16 15:47:56 2024 -0300 NO-ISSUE: Fixes `pnpm start` in jbpm-quarkus-dev-ui --- packages/jbpm-quarkus-devui/dev/pom.xml | 52 --------------------------------- 1 file changed, 52 deletions(-) diff --git a/packages/jbpm-quarkus-devui/dev/pom.xml b/packages/jbpm-quarkus-devui/dev/pom.xml index 378d5f824c8..90dfb810f19 100644 --- a/packages/jbpm-quarkus-devui/dev/pom.xml +++ b/packages/jbpm-quarkus-devui/dev/pom.xml @@ -174,58 +174,6 @@ <directory>src/main/resources</directory> </resource> </resources> - <pluginManagement> - <plugins> - <plugin> - <artifactId>maven-site-plugin</artifactId> - <dependencies> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-compress</artifactId> - </dependency> - <dependency> - <groupId>org.iq80.snappy</groupId> - <artifactId>snappy</artifactId> - </dependency> - </dependencies> - </plugin> - <plugin> - <artifactId>maven-remote-resources-plugin</artifactId> - <dependencies> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-compress</artifactId> - </dependency> - <dependency> - <groupId>org.iq80.snappy</groupId> - <artifactId>snappy</artifactId> - </dependency> - </dependencies> - </plugin> - <plugin> - <artifactId>maven-jar-plugin</artifactId> - <dependencies> - <dependency> - <groupId>org.iq80.snappy</groupId> - <artifactId>snappy</artifactId> - </dependency> - </dependencies> - </plugin> - <plugin> - <artifactId>maven-surefire-plugin</artifactId> - <dependencies> - <dependency> - <groupId>org.iq80.snappy</groupId> - <artifactId>snappy</artifactId> - </dependency> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-compress</artifactId> - </dependency> - </dependencies> - </plugin> - </plugins> - </pluginManagement> <plugins> <plugin> <groupId>io.quarkus</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
