Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<module name="org.elasticsearch.client.elasticsearch-rest-client" slot="${module-slot.org.elasticsearch.client}"/>
<module name="com.google.code.gson" slot="${module-slot.com.google.code.gson}"/>
<module name="org.elasticsearch.client.elasticsearch-rest-client-sniffer" slot="${module-slot.org.elasticsearch.client}"/>
<module name="javax.xml.bind.api"/>
<module name="org.hibernate.commons-annotations"/>
<module name="org.jboss.logging"/>
<module name="org.apache.httpcomponents"/>
Expand Down
16 changes: 1 addition & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@
<maven.compiler.argument.source>${maven.compiler.source}</maven.compiler.argument.source>
<maven.compiler.argument.testTarget>${maven.compiler.testTarget}</maven.compiler.argument.testTarget>
<maven.compiler.argument.testSource>${maven.compiler.testSource}</maven.compiler.argument.testSource>

<!--
Options to compile with the Eclipse compiler when building with maven (not with the IDE).
See profile "compiler-eclipse".
Expand Down Expand Up @@ -2071,20 +2071,6 @@
</modules>
</profile>

<profile>
<id>jdk12+</id>
<activation>
<jdk>[12,)</jdk>
</activation>
<!-- Skip the OSGi and WildFly integration tests with JDK >= 12 -->
<properties>
<!-- no specific issue was reported yet -->
<failsafe.osgi.skip>true</failsafe.osgi.skip>
<!-- https://bugs.openjdk.java.net/browse/JDK-8212233?focusedCommentId=14245762 -->
<javadoc.additionalOptions.java-version>-html5 -source 8</javadoc.additionalOptions.java-version>
</properties>
</profile>

<profile>
<id>compiler-eclipse</id>
<build>
Expand Down