Skip to content
Snippets Groups Projects
Commit 4bf4f8e3 authored by Costin Leau's avatar Costin Leau Committed by Mic
Browse files

+ add aspects jar back to the war

parent ffd7a460
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,11 @@ ...@@ -41,7 +41,11 @@
<artifactId>org.springframework.web.servlet</artifactId> <artifactId>org.springframework.web.servlet</artifactId>
<version>${spring.version}</version> <version>${spring.version}</version>
</dependency> </dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>org.springframework.aspects</artifactId>
<version>${spring.version}</version>
</dependency>
<!-- AspectJ --> <!-- AspectJ -->
<dependency> <dependency>
<groupId>org.aspectj</groupId> <groupId>org.aspectj</groupId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment