Skip to content

Commit b3ec658

Browse files
committed
pom.xml: remove unused dependency on aspectjweaver.
I don't know why we needed it before, but now looks like all works without it. No functional changes.
1 parent 8936d35 commit b3ec658

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -208,13 +208,6 @@
208208
<scope>runtime</scope>
209209
</dependency>
210210

211-
<dependency>
212-
<groupId>org.aspectj</groupId>
213-
<artifactId>aspectjweaver</artifactId>
214-
<version>${aspectj.version}</version>
215-
<scope>runtime</scope>
216-
</dependency>
217-
218211
<!-- For running database migration during application's startup time -->
219212
<dependency>
220213
<groupId>org.liquibase</groupId>
@@ -358,8 +351,6 @@
358351
</parent>
359352

360353
<properties>
361-
<aspectj.version>1.8.5</aspectj.version>
362-
363354
<!-- Don't forget to update version in MvcConfig and Url classes -->
364355
<bootstrap.version>3.3.6</bootstrap.version>
365356

0 commit comments

Comments
 (0)