This is an automated email from the ASF dual-hosted git repository.
liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-samples.git
The following commit(s) were added to refs/heads/master by this push:
new 8d0448b fix tool build (#127)
8d0448b is described below
commit 8d0448bd9a7774c3433e2eddf90436759eca3582
Author: liubao68 <[email protected]>
AuthorDate: Fri Nov 17 10:39:01 2023 +0800
fix tool build (#127)
---
java-chassis-benchmark/test-tool/pom.xml | 32 ++++++--------------------------
1 file changed, 6 insertions(+), 26 deletions(-)
diff --git a/java-chassis-benchmark/test-tool/pom.xml
b/java-chassis-benchmark/test-tool/pom.xml
index 030e748..21e1246 100644
--- a/java-chassis-benchmark/test-tool/pom.xml
+++ b/java-chassis-benchmark/test-tool/pom.xml
@@ -80,31 +80,11 @@
</dependencies>
<build>
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>${maven-compiler-plugin.version}</version>
- <configuration>
- <compilerArgument>-parameters</compilerArgument>
- <source>17</source>
- <target>17</target>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-maven-plugin</artifactId>
- <version>${spring-boot-maven-plugin.version}</version>
- <executions>
- <execution>
- <goals>
- <goal>repackage</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-maven-plugin</artifactId>
+ </plugin>
+ </plugins>
</build>
</project>
\ No newline at end of file