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 <wu.sheng@foxmail.com>
This commit is contained in:
parent
8476316e96
commit
30cbe38df7
|
|
@ -24,8 +24,8 @@
|
|||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>apm-armeria-0.8.x-plugin</artifactId>
|
||||
<name>armeria-0.8.x-plugin</name>
|
||||
<artifactId>apm-armeria-0.84.x-plugin</artifactId>
|
||||
<name>armeria-0.84.x-plugin</name>
|
||||
<packaging>jar</packaging>
|
||||
<description>SkyWalking Agent Plugin for Armeria 0.63.0 ~ 0.84.0</description>
|
||||
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
<parent>
|
||||
<artifactId>apm-sdk-plugin</artifactId>
|
||||
<groupId>org.apache.skywalking</groupId>
|
||||
<artifactId>optional-plugins</artifactId>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
|
@ -81,6 +81,7 @@
|
|||
<module>pulsar-plugin</module>
|
||||
<module>netty-socketio-plugin</module>
|
||||
<module>armeria-0.84.x-plugin</module>
|
||||
<module>armeria-0.85.x-plugin</module>
|
||||
<module>httpclient-3.x-plugin</module>
|
||||
<module>lettuce-5.x-plugin</module>
|
||||
</modules>
|
||||
|
|
|
|||
|
|
@ -47,7 +47,6 @@
|
|||
<module>zookeeper-3.4.x-plugin</module>
|
||||
<module>customize-enhance-plugin</module>
|
||||
<module>play-2.x-plugin</module>
|
||||
<module>armeria-0.85.x-plugin</module>
|
||||
</modules>
|
||||
|
||||
<dependencies>
|
||||
|
|
|
|||
|
|
@ -17,7 +17,5 @@
|
|||
type: jvm
|
||||
entryService: http://localhost:8080/greet/skywalking
|
||||
healthCheck: http://localhost:8080/healthCheck
|
||||
runningMode: with_optional
|
||||
withPlugins: apm-armeria*.jar
|
||||
startScript: ./bin/startup.sh
|
||||
framework: Armeria
|
||||
|
|
|
|||
|
|
@ -17,7 +17,5 @@
|
|||
type: jvm
|
||||
entryService: http://localhost:8080/greet/skywalking
|
||||
healthCheck: http://localhost:8080/healthCheck
|
||||
runningMode: with_optional
|
||||
withPlugins: apm-armeria*.jar
|
||||
startScript: ./bin/startup.sh
|
||||
framework: Armeria
|
||||
|
|
|
|||
Loading…
Reference in New Issue