Remove duplicate declaration of quarkus-arc-deployment dependency in sentinel-annotation-quarkus-adapter-deployment/pom.xml (#3101)

This commit is contained in:
Clara Fang 2023-05-30 22:51:37 -04:00 committed by LearningGp
parent 3781212f51
commit f991f5f8a4
1 changed files with 0 additions and 4 deletions

View File

@ -44,10 +44,6 @@
<artifactId>assertj-core</artifactId> <artifactId>assertj-core</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-arc-deployment</artifactId>
</dependency>
</dependencies> </dependencies>