mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-05-27 21:59:38 +00:00
+ add aspects jar back to the war
This commit is contained in:
parent
ffd7a4602c
commit
4bf4f8e3d3
1 changed files with 5 additions and 1 deletions
6
pom.xml
6
pom.xml
|
@ -41,7 +41,11 @@
|
|||
<artifactId>org.springframework.web.servlet</artifactId>
|
||||
<version>${spring.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>org.springframework.aspects</artifactId>
|
||||
<version>${spring.version}</version>
|
||||
</dependency>
|
||||
<!-- AspectJ -->
|
||||
<dependency>
|
||||
<groupId>org.aspectj</groupId>
|
||||
|
|
Loading…
Reference in a new issue