We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23ba400 commit 5310c6aCopy full SHA for 5310c6a
shenyu-registry/shenyu-registry-eureka/pom.xml
@@ -35,6 +35,12 @@
35
<dependency>
36
<groupId>com.netflix.eureka</groupId>
37
<artifactId>eureka-client</artifactId>
38
+ <exclusions>
39
+ <exclusion>
40
+ <groupId>com.netflix.servo</groupId>
41
+ <artifactId>servo-core</artifactId>
42
+ </exclusion>
43
+ </exclusions>
44
</dependency>
45
46
@@ -43,16 +49,4 @@
49
<version>2.0.2</version>
50
51
</dependencies>
-
47
- <build>
48
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
52
- <configuration>
53
- <argLine>-Dcom.netflix.servo.DefaultMonitorRegistry=false</argLine>
54
- </configuration>
55
- </plugin>
56
- </plugins>
57
- </build>
58
</project>
0 commit comments