Revert incompatible Spring Boot upgrade

This commit is contained in:
lukaseder 2017-05-26 16:52:05 +02:00
parent 4fa1e93322
commit aadc4b4ed6
2 changed files with 1 additions and 7 deletions

View File

@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.3.RELEASE</version>
<version>1.3.3.RELEASE</version>
</parent>
<groupId>org.jooq</groupId>

View File

@ -77,18 +77,12 @@
<bindings if-exists="true" scd="~tns:CustomTypes">
<class ref="org.jooq.util.jaxb.CustomTypes"/>
</bindings>
<bindings if-exists="true" scd="~tns:EnumTypes">
<class ref="org.jooq.util.jaxb.EnumTypes"/>
</bindings>
<bindings if-exists="true" scd="~tns:ForcedTypes">
<class ref="org.jooq.util.jaxb.ForcedTypes"/>
</bindings>
<bindings if-exists="true" scd="~tns:CustomType">
<class ref="org.jooq.util.jaxb.CustomType"/>
</bindings>
<bindings if-exists="true" scd="~tns:EnumType">
<class ref="org.jooq.util.jaxb.EnumType"/>
</bindings>
<bindings if-exists="true" scd="~tns:ForcedType">
<class ref="org.jooq.util.jaxb.ForcedType"/>
</bindings>