提交 30cbe38d 编写于 作者: K kezhenxu94 提交者: wu-sheng

Move Armeria plugin to default plugin list (#4130)

* Move Armeria plugin to default plugin list

* Move Armeria plugin to default plugin list
Co-authored-by: wu-sheng's avatar吴晟 Wu Sheng <wu.sheng@foxmail.com>
上级 8476316e
...@@ -24,8 +24,8 @@ ...@@ -24,8 +24,8 @@
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>apm-armeria-0.8.x-plugin</artifactId> <artifactId>apm-armeria-0.84.x-plugin</artifactId>
<name>armeria-0.8.x-plugin</name> <name>armeria-0.84.x-plugin</name>
<packaging>jar</packaging> <packaging>jar</packaging>
<description>SkyWalking Agent Plugin for Armeria 0.63.0 ~ 0.84.0</description> <description>SkyWalking Agent Plugin for Armeria 0.63.0 ~ 0.84.0</description>
......
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<artifactId>apm-sdk-plugin</artifactId>
<groupId>org.apache.skywalking</groupId> <groupId>org.apache.skywalking</groupId>
<artifactId>optional-plugins</artifactId>
<version>7.0.0-SNAPSHOT</version> <version>7.0.0-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
......
...@@ -81,6 +81,7 @@ ...@@ -81,6 +81,7 @@
<module>pulsar-plugin</module> <module>pulsar-plugin</module>
<module>netty-socketio-plugin</module> <module>netty-socketio-plugin</module>
<module>armeria-0.84.x-plugin</module> <module>armeria-0.84.x-plugin</module>
<module>armeria-0.85.x-plugin</module>
<module>httpclient-3.x-plugin</module> <module>httpclient-3.x-plugin</module>
<module>lettuce-5.x-plugin</module> <module>lettuce-5.x-plugin</module>
</modules> </modules>
......
...@@ -47,7 +47,6 @@ ...@@ -47,7 +47,6 @@
<module>zookeeper-3.4.x-plugin</module> <module>zookeeper-3.4.x-plugin</module>
<module>customize-enhance-plugin</module> <module>customize-enhance-plugin</module>
<module>play-2.x-plugin</module> <module>play-2.x-plugin</module>
<module>armeria-0.85.x-plugin</module>
</modules> </modules>
<dependencies> <dependencies>
......
...@@ -17,7 +17,5 @@ ...@@ -17,7 +17,5 @@
type: jvm type: jvm
entryService: http://localhost:8080/greet/skywalking entryService: http://localhost:8080/greet/skywalking
healthCheck: http://localhost:8080/healthCheck healthCheck: http://localhost:8080/healthCheck
runningMode: with_optional
withPlugins: apm-armeria*.jar
startScript: ./bin/startup.sh startScript: ./bin/startup.sh
framework: Armeria framework: Armeria
...@@ -17,7 +17,5 @@ ...@@ -17,7 +17,5 @@
type: jvm type: jvm
entryService: http://localhost:8080/greet/skywalking entryService: http://localhost:8080/greet/skywalking
healthCheck: http://localhost:8080/healthCheck healthCheck: http://localhost:8080/healthCheck
runningMode: with_optional
withPlugins: apm-armeria*.jar
startScript: ./bin/startup.sh startScript: ./bin/startup.sh
framework: Armeria framework: Armeria
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册