Files
Oliver Gierke b17c2abc72 DATAGRAPH-511 - Tweak AspectJ setup to make sure we can build on Spring 4.1
Added aop.xml to only compile explicitly listed aspects into the code.  This is needed as Spring 4.1 includes a new aspect for JavaEE 7 JCache support that has optional dependencies which we don't have in the classpath. Trying to compile all aspects contained in spring-aspects will result in ClassNotFoundExceptions for the aspects with missing dependencies.
2014-09-04 09:08:05 +02:00

7 lines
276 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<aspectj>
<aspects>
<aspect name="org.springframework.data.neo4j.aspects.support.node.Neo4jNodeBacking" />
<aspect name="org.springframework.data.neo4j.aspects.support.relationship.Neo4jRelationshipBacking" />
</aspects>
</aspectj>