Problem When you upgrade pom version to Spring 4.0.0.RELEASE, it is prompting missing artifact org.aspectj:aspectjweaver:jar:1.8.0.M1
Solution
upgrade aspectjweaver 1.7.4 as 1.8.0 is not available.
1)org.aspectj aspectjweaver 1.7.4
2) Add the Aspect in the configurationfalse src/main/java src/main/webapp/schemas **/*.xsd src/main/resources/bindings false org.springframework spring-aspects true
Solution
upgrade aspectjweaver 1.7.4 as 1.8.0 is not available.
1)
2) Add the Aspect in the configuration
No comments:
Post a Comment