dependency: Remove duplicate aspectjrt dependency in annotation-aspectj module (#2234)

* aspectjweaver already contains aspectjrt
This commit is contained in:
wuwen 2021-06-18 17:52:54 +08:00 committed by GitHub
parent f972b103db
commit 627b319bb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -24,11 +24,6 @@
<artifactId>sentinel-core</artifactId>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjrt</artifactId>
<version>${aspectj.version}</version>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>