[JAVA-18194] Moved spring-ejb-modules to jdk9-and-above profile (#13655)
* [JAVA-18194] Moved spring-ejb-modules to jdk9-and-above profile * Update pom.xml --------- Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
This commit is contained in:
@@ -85,8 +85,6 @@
|
||||
</dependencyManagement>
|
||||
|
||||
<properties>
|
||||
<maven.compiler.source>1.8</maven.compiler.source>
|
||||
<maven.compiler.target>1.8</maven.compiler.target>
|
||||
<javaee-api.version>7.0</javaee-api.version>
|
||||
<wildfly-javaee7.version>10.1.0.Final</wildfly-javaee7.version>
|
||||
<hibernate-core.version>5.2.3.Final</hibernate-core.version>
|
||||
|
||||
@@ -41,4 +41,7 @@
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<properties>
|
||||
<maven-war-plugin.version>3.3.2</maven-war-plugin.version>
|
||||
</properties>
|
||||
</project>
|
||||
Reference in New Issue
Block a user