There was an error while loading. Please reload this page.
1 parent c6d2f55 commit 4d31098Copy full SHA for 4d31098
apm-agent-plugins/apm-java-ldap-plugin/pom.xml
@@ -15,6 +15,9 @@
15
<properties>
16
<apm-agent-parent.base.dir>${project.basedir}/../..</apm-agent-parent.base.dir>
17
<animal.sniffer.skip>true</animal.sniffer.skip>
18
+ <!-- Avoids that the IntelliJ profile sets the source and target to 11 which leads to errors for the com.sun.jndi.ldap imports -->
19
+ <maven.compiler.source>1.7</maven.compiler.source>
20
+ <maven.compiler.target>1.7</maven.compiler.target>
21
</properties>
22
23
<dependencies>
0 commit comments