From f9a586cf65cec284e7cf36d2c45564cf6ba3f8ff Mon Sep 17 00:00:00 2001 From: emeroad Date: Mon, 8 May 2023 15:54:00 +0900 Subject: [PATCH] [#noissue] Cleanup testweb --- .../agent-proxy-plugin-testweb/pom.xml | 8 ++ agent-testweb/agentsdk-async-testweb/pom.xml | 8 ++ .../cassandra3-plugin-testweb/pom.xml | 8 ++ .../cassandra4-plugin-testweb/pom.xml | 8 ++ agent-testweb/dubbo-plugin-testweb/pom.xml | 8 ++ .../elasticsearch-8-plugin-testweb/pom.xml | 8 ++ .../elasticsearch-plugin-testweb/pom.xml | 8 ++ .../httpclient4-plugin-testweb/pom.xml | 8 ++ .../httpclient5-plugin-testweb/pom.xml | 8 ++ agent-testweb/jdk-http-plugin-testweb/pom.xml | 8 ++ agent-testweb/kafka-plugin-testweb/pom.xml | 8 ++ agent-testweb/mongodb-plugin-testweb/pom.xml | 9 ++ .../mongodb-reactive-plugin-testweb/pom.xml | 8 ++ .../paho-mqtt-plugin-testweb/pom.xml | 8 ++ agent-testweb/pom.xml | 36 +++--- .../postgresql-plugin-testweb/pom.xml | 8 ++ .../reactor-netty-plugin-testweb/pom.xml | 8 ++ agent-testweb/reactor-plugin-testweb/pom.xml | 8 ++ .../redis-lettuce-plugin-testweb/pom.xml | 8 ++ .../rocketmq-original/pom.xml | 114 ++++++++++-------- .../pom.xml | 8 ++ .../spring-data-r2dbc-plugin-testweb/pom.xml | 8 ++ .../spring-webflux-plugin-testweb/pom.xml | 8 ++ agent-testweb/thread-plugin-testweb/pom.xml | 8 ++ agent-testweb/thrift-plugin-testweb/pom.xml | 8 ++ 25 files changed, 265 insertions(+), 70 deletions(-) diff --git a/agent-testweb/agent-proxy-plugin-testweb/pom.xml b/agent-testweb/agent-proxy-plugin-testweb/pom.xml index abe2862a8e0f..0195ed77bb8d 100644 --- a/agent-testweb/agent-proxy-plugin-testweb/pom.xml +++ b/agent-testweb/agent-proxy-plugin-testweb/pom.xml @@ -35,4 +35,12 @@ + + + + org.springframework.boot + spring-boot-maven-plugin + + + \ No newline at end of file diff --git a/agent-testweb/agentsdk-async-testweb/pom.xml b/agent-testweb/agentsdk-async-testweb/pom.xml index 532331cbef60..d7820f90ed7a 100644 --- a/agent-testweb/agentsdk-async-testweb/pom.xml +++ b/agent-testweb/agentsdk-async-testweb/pom.xml @@ -54,4 +54,12 @@ + + + + org.springframework.boot + spring-boot-maven-plugin + + + \ No newline at end of file diff --git a/agent-testweb/cassandra3-plugin-testweb/pom.xml b/agent-testweb/cassandra3-plugin-testweb/pom.xml index aa7d7a0359f3..2e0cb44a192f 100644 --- a/agent-testweb/cassandra3-plugin-testweb/pom.xml +++ b/agent-testweb/cassandra3-plugin-testweb/pom.xml @@ -43,4 +43,12 @@ + + + + org.springframework.boot + spring-boot-maven-plugin + + + \ No newline at end of file diff --git a/agent-testweb/cassandra4-plugin-testweb/pom.xml b/agent-testweb/cassandra4-plugin-testweb/pom.xml index cc84e0c3fdc8..d1ba5cd76ef1 100644 --- a/agent-testweb/cassandra4-plugin-testweb/pom.xml +++ b/agent-testweb/cassandra4-plugin-testweb/pom.xml @@ -43,4 +43,12 @@ + + + + org.springframework.boot + spring-boot-maven-plugin + + + \ No newline at end of file diff --git a/agent-testweb/dubbo-plugin-testweb/pom.xml b/agent-testweb/dubbo-plugin-testweb/pom.xml index f459df4ca725..79ce7bfefec4 100644 --- a/agent-testweb/dubbo-plugin-testweb/pom.xml +++ b/agent-testweb/dubbo-plugin-testweb/pom.xml @@ -79,4 +79,12 @@ + + + + org.springframework.boot + spring-boot-maven-plugin + + + \ No newline at end of file diff --git a/agent-testweb/elasticsearch-8-plugin-testweb/pom.xml b/agent-testweb/elasticsearch-8-plugin-testweb/pom.xml index 08705b3649b8..8ed9c0fd08f1 100644 --- a/agent-testweb/elasticsearch-8-plugin-testweb/pom.xml +++ b/agent-testweb/elasticsearch-8-plugin-testweb/pom.xml @@ -51,4 +51,12 @@ + + + + org.springframework.boot + spring-boot-maven-plugin + + + \ No newline at end of file diff --git a/agent-testweb/elasticsearch-plugin-testweb/pom.xml b/agent-testweb/elasticsearch-plugin-testweb/pom.xml index 79e8b79dbe3e..4401d9cfd3ab 100644 --- a/agent-testweb/elasticsearch-plugin-testweb/pom.xml +++ b/agent-testweb/elasticsearch-plugin-testweb/pom.xml @@ -51,4 +51,12 @@ + + + + org.springframework.boot + spring-boot-maven-plugin + + + \ No newline at end of file diff --git a/agent-testweb/httpclient4-plugin-testweb/pom.xml b/agent-testweb/httpclient4-plugin-testweb/pom.xml index 2667b42747c2..42db3ef0ee28 100644 --- a/agent-testweb/httpclient4-plugin-testweb/pom.xml +++ b/agent-testweb/httpclient4-plugin-testweb/pom.xml @@ -48,4 +48,12 @@ + + + + org.springframework.boot + spring-boot-maven-plugin + + + \ No newline at end of file diff --git a/agent-testweb/httpclient5-plugin-testweb/pom.xml b/agent-testweb/httpclient5-plugin-testweb/pom.xml index 910e6826279a..5432e168cf96 100644 --- a/agent-testweb/httpclient5-plugin-testweb/pom.xml +++ b/agent-testweb/httpclient5-plugin-testweb/pom.xml @@ -38,4 +38,12 @@ + + + + org.springframework.boot + spring-boot-maven-plugin + + + \ No newline at end of file diff --git a/agent-testweb/jdk-http-plugin-testweb/pom.xml b/agent-testweb/jdk-http-plugin-testweb/pom.xml index 35b9071f50ef..d34130eaf05c 100644 --- a/agent-testweb/jdk-http-plugin-testweb/pom.xml +++ b/agent-testweb/jdk-http-plugin-testweb/pom.xml @@ -47,4 +47,12 @@ + + + + org.springframework.boot + spring-boot-maven-plugin + + + \ No newline at end of file diff --git a/agent-testweb/kafka-plugin-testweb/pom.xml b/agent-testweb/kafka-plugin-testweb/pom.xml index a1d1e21ff964..694c1006ea3c 100644 --- a/agent-testweb/kafka-plugin-testweb/pom.xml +++ b/agent-testweb/kafka-plugin-testweb/pom.xml @@ -47,4 +47,12 @@ + + + + org.springframework.boot + spring-boot-maven-plugin + + + \ No newline at end of file diff --git a/agent-testweb/mongodb-plugin-testweb/pom.xml b/agent-testweb/mongodb-plugin-testweb/pom.xml index ef3db841cc84..76db96b194a1 100644 --- a/agent-testweb/mongodb-plugin-testweb/pom.xml +++ b/agent-testweb/mongodb-plugin-testweb/pom.xml @@ -49,4 +49,13 @@ test + + + + + org.springframework.boot + spring-boot-maven-plugin + + + \ No newline at end of file diff --git a/agent-testweb/mongodb-reactive-plugin-testweb/pom.xml b/agent-testweb/mongodb-reactive-plugin-testweb/pom.xml index 03620fcf76b6..9f7871f00f3e 100644 --- a/agent-testweb/mongodb-reactive-plugin-testweb/pom.xml +++ b/agent-testweb/mongodb-reactive-plugin-testweb/pom.xml @@ -59,4 +59,12 @@ + + + + org.springframework.boot + spring-boot-maven-plugin + + + \ No newline at end of file diff --git a/agent-testweb/paho-mqtt-plugin-testweb/pom.xml b/agent-testweb/paho-mqtt-plugin-testweb/pom.xml index 8969fd1c5995..1014386b75fe 100644 --- a/agent-testweb/paho-mqtt-plugin-testweb/pom.xml +++ b/agent-testweb/paho-mqtt-plugin-testweb/pom.xml @@ -67,4 +67,12 @@ + + + + org.springframework.boot + spring-boot-maven-plugin + + + \ No newline at end of file diff --git a/agent-testweb/pom.xml b/agent-testweb/pom.xml index 896481adec6d..4a0d7eb00383 100644 --- a/agent-testweb/pom.xml +++ b/agent-testweb/pom.xml @@ -99,24 +99,26 @@ - - - org.springframework.boot - spring-boot-maven-plugin - - ${spring-boot-build-skip} - true - ${spring-boot-maven-plugin.attatch} - exec - ${pinpoint.agent.jvmargument} - ${maven.multiModuleProjectDirectory}/agent/target/pinpoint-agent-${project.version}/pinpoint-bootstrap.jar + + + + org.springframework.boot + spring-boot-maven-plugin + + ${spring-boot-build-skip} + true + ${spring-boot-maven-plugin.attatch} + exec + ${pinpoint.agent.jvmargument} + ${maven.multiModuleProjectDirectory}/agent/target/pinpoint-agent-${project.version}/pinpoint-bootstrap.jar - - + + - true - - - + true + + + + diff --git a/agent-testweb/postgresql-plugin-testweb/pom.xml b/agent-testweb/postgresql-plugin-testweb/pom.xml index 084b55309b4d..d4e03ba381a1 100644 --- a/agent-testweb/postgresql-plugin-testweb/pom.xml +++ b/agent-testweb/postgresql-plugin-testweb/pom.xml @@ -41,4 +41,12 @@ + + + + org.springframework.boot + spring-boot-maven-plugin + + + \ No newline at end of file diff --git a/agent-testweb/reactor-netty-plugin-testweb/pom.xml b/agent-testweb/reactor-netty-plugin-testweb/pom.xml index 3b5bcbfd1342..1030762c762c 100644 --- a/agent-testweb/reactor-netty-plugin-testweb/pom.xml +++ b/agent-testweb/reactor-netty-plugin-testweb/pom.xml @@ -57,4 +57,12 @@ + + + + org.springframework.boot + spring-boot-maven-plugin + + + \ No newline at end of file diff --git a/agent-testweb/reactor-plugin-testweb/pom.xml b/agent-testweb/reactor-plugin-testweb/pom.xml index fc78723656b2..d6c7a5893c85 100644 --- a/agent-testweb/reactor-plugin-testweb/pom.xml +++ b/agent-testweb/reactor-plugin-testweb/pom.xml @@ -31,4 +31,12 @@ + + + + org.springframework.boot + spring-boot-maven-plugin + + + \ No newline at end of file diff --git a/agent-testweb/redis-lettuce-plugin-testweb/pom.xml b/agent-testweb/redis-lettuce-plugin-testweb/pom.xml index 888fa38e7de3..7f32db833e9c 100644 --- a/agent-testweb/redis-lettuce-plugin-testweb/pom.xml +++ b/agent-testweb/redis-lettuce-plugin-testweb/pom.xml @@ -42,4 +42,12 @@ + + + + org.springframework.boot + spring-boot-maven-plugin + + + \ No newline at end of file diff --git a/agent-testweb/rocketmq-plugin-testweb/rocketmq-original/pom.xml b/agent-testweb/rocketmq-plugin-testweb/rocketmq-original/pom.xml index 9ab84f4a5cba..b44471d811e9 100644 --- a/agent-testweb/rocketmq-plugin-testweb/rocketmq-original/pom.xml +++ b/agent-testweb/rocketmq-plugin-testweb/rocketmq-original/pom.xml @@ -2,62 +2,70 @@ - - pinpoint-rocketmq-plugin-testweb - com.navercorp.pinpoint - 2.6.0-SNAPSHOT - ../pom.xml - - 4.0.0 + + pinpoint-rocketmq-plugin-testweb + com.navercorp.pinpoint + 2.6.0-SNAPSHOT + ../pom.xml + + 4.0.0 - pinpoint-rocketmq-original - jar + pinpoint-rocketmq-original + jar - - 8 - 8 - - ${pinpoint.agent.default.jvmargument} - -Dprofiler.rocketmq.producer.enable=true - -Dprofiler.rocketmq.consumer.enable=true - -Dprofiler.rocketmq.basePackage=com.pinpoint.test.plugin - - + + 8 + 8 + + ${pinpoint.agent.default.jvmargument} + -Dprofiler.rocketmq.producer.enable=true + -Dprofiler.rocketmq.consumer.enable=true + -Dprofiler.rocketmq.basePackage=com.pinpoint.test.plugin + + - - - org.springframework.boot - spring-boot-starter-web - - - org.springframework.boot - spring-boot-starter-logging - - - ch.qos.logback - logback-classic - - - - - org.springframework.boot - spring-boot-starter-tomcat - provided - - - org.springframework.boot - spring-boot-starter-actuator - - - org.springdoc - springdoc-openapi-ui - + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-logging + + + ch.qos.logback + logback-classic + + + + + org.springframework.boot + spring-boot-starter-tomcat + provided + + + org.springframework.boot + spring-boot-starter-actuator + + + org.springdoc + springdoc-openapi-ui + - - org.apache.rocketmq - rocketmq-client - 4.7.1 - - + + org.apache.rocketmq + rocketmq-client + 4.7.1 + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + \ No newline at end of file diff --git a/agent-testweb/spring-cloud-gateway-plugin-testweb/pom.xml b/agent-testweb/spring-cloud-gateway-plugin-testweb/pom.xml index 41a5f1f4af63..48ece87ff8a3 100644 --- a/agent-testweb/spring-cloud-gateway-plugin-testweb/pom.xml +++ b/agent-testweb/spring-cloud-gateway-plugin-testweb/pom.xml @@ -42,4 +42,12 @@ + + + + org.springframework.boot + spring-boot-maven-plugin + + + \ No newline at end of file diff --git a/agent-testweb/spring-data-r2dbc-plugin-testweb/pom.xml b/agent-testweb/spring-data-r2dbc-plugin-testweb/pom.xml index 2e77bb271886..c44d5112961b 100644 --- a/agent-testweb/spring-data-r2dbc-plugin-testweb/pom.xml +++ b/agent-testweb/spring-data-r2dbc-plugin-testweb/pom.xml @@ -165,4 +165,12 @@ + + + + org.springframework.boot + spring-boot-maven-plugin + + + \ No newline at end of file diff --git a/agent-testweb/spring-webflux-plugin-testweb/pom.xml b/agent-testweb/spring-webflux-plugin-testweb/pom.xml index 7bd8d304b251..54ff48380b39 100644 --- a/agent-testweb/spring-webflux-plugin-testweb/pom.xml +++ b/agent-testweb/spring-webflux-plugin-testweb/pom.xml @@ -35,4 +35,12 @@ + + + + org.springframework.boot + spring-boot-maven-plugin + + + \ No newline at end of file diff --git a/agent-testweb/thread-plugin-testweb/pom.xml b/agent-testweb/thread-plugin-testweb/pom.xml index d26bd10a3f24..8d21c06c39ed 100644 --- a/agent-testweb/thread-plugin-testweb/pom.xml +++ b/agent-testweb/thread-plugin-testweb/pom.xml @@ -52,4 +52,12 @@ + + + + org.springframework.boot + spring-boot-maven-plugin + + + \ No newline at end of file diff --git a/agent-testweb/thrift-plugin-testweb/pom.xml b/agent-testweb/thrift-plugin-testweb/pom.xml index 466954fa28ff..f7434fadceeb 100644 --- a/agent-testweb/thrift-plugin-testweb/pom.xml +++ b/agent-testweb/thrift-plugin-testweb/pom.xml @@ -64,4 +64,12 @@ + + + + org.springframework.boot + spring-boot-maven-plugin + + + \ No newline at end of file