We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8936d35 commit b3ec658Copy full SHA for b3ec658
pom.xml
@@ -208,13 +208,6 @@
208
<scope>runtime</scope>
209
</dependency>
210
211
- <dependency>
212
- <groupId>org.aspectj</groupId>
213
- <artifactId>aspectjweaver</artifactId>
214
- <version>${aspectj.version}</version>
215
- <scope>runtime</scope>
216
- </dependency>
217
-
218
<!-- For running database migration during application's startup time -->
219
<dependency>
220
<groupId>org.liquibase</groupId>
@@ -358,8 +351,6 @@
358
351
</parent>
359
352
360
353
<properties>
361
- <aspectj.version>1.8.5</aspectj.version>
362
363
354
<!-- Don't forget to update version in MvcConfig and Url classes -->
364
355
<bootstrap.version>3.3.6</bootstrap.version>
365
356
0 commit comments