Skip to content

Commit 5310c6a

Browse files
committed
exclude servo-core
1 parent 23ba400 commit 5310c6a

File tree

1 file changed

+6
-12
lines changed
  • shenyu-registry/shenyu-registry-eureka

1 file changed

+6
-12
lines changed

shenyu-registry/shenyu-registry-eureka/pom.xml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@
3535
<dependency>
3636
<groupId>com.netflix.eureka</groupId>
3737
<artifactId>eureka-client</artifactId>
38+
<exclusions>
39+
<exclusion>
40+
<groupId>com.netflix.servo</groupId>
41+
<artifactId>servo-core</artifactId>
42+
</exclusion>
43+
</exclusions>
3844
</dependency>
3945

4046
<dependency>
@@ -43,16 +49,4 @@
4349
<version>2.0.2</version>
4450
</dependency>
4551
</dependencies>
46-
47-
<build>
48-
<plugins>
49-
<plugin>
50-
<groupId>org.apache.maven.plugins</groupId>
51-
<artifactId>maven-surefire-plugin</artifactId>
52-
<configuration>
53-
<argLine>-Dcom.netflix.servo.DefaultMonitorRegistry=false</argLine>
54-
</configuration>
55-
</plugin>
56-
</plugins>
57-
</build>
5852
</project>

0 commit comments

Comments
 (0)