TSK-1282: downgraded taskana-rest-spring-example-wildfly to jdk8
This is done to preserve the wildfly version we agreed with our client
This commit is contained in:
parent
2c1d77a637
commit
3f44b32ac0
|
@ -19,7 +19,6 @@
|
|||
<module>../web</module>
|
||||
<module>taskana-rest-spring-example-common</module>
|
||||
<module>taskana-rest-spring-example-boot</module>
|
||||
<module>taskana-rest-spring-example-wildfly</module>
|
||||
</modules>
|
||||
|
||||
</project>
|
||||
|
|
|
@ -15,6 +15,10 @@
|
|||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
<java.version>8</java.version>
|
||||
</properties>
|
||||
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue