Skip to content

Commit

Permalink
* 更新 pom
Browse files Browse the repository at this point in the history
  • Loading branch information
bes2008 committed May 17, 2020
1 parent da4e0ee commit 255c151
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion langx-java-reflect-aspectj/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@

<artifactId>langx-java-reflect-aspectj</artifactId>

<properties>
<aspectj.version>1.9.5</aspectj.version>

</properties>

<dependencies>
<dependency>
<groupId>com.github.fangjinuo.langx</groupId>
Expand All @@ -20,7 +25,7 @@
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
<version>1.9.5</version>
<version>${aspectj.version}</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 255c151

Please sign in to comment.