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 096c327 commit 618d5bdCopy full SHA for 618d5bd
spring-data-mongodb-cross-store/pom.xml
@@ -98,7 +98,7 @@
98
<plugin>
99
<groupId>org.codehaus.mojo</groupId>
100
<artifactId>aspectj-maven-plugin</artifactId>
101
- <version>1.4</version>
+ <version>1.6</version>
102
<dependencies>
103
<dependency>
104
<groupId>org.aspectj</groupId>
@@ -126,7 +126,8 @@
126
<groupId>org.springframework</groupId>
127
<artifactId>spring-aspects</artifactId>
128
</aspectLibrary>
129
- </aspectLibraries>
+ </aspectLibraries>
130
+ <complianceLevel>${source.level}</complianceLevel>
131
<source>${source.level}</source>
132
<target>${source.level}</target>
133
</configuration>
0 commit comments