Revert incompatible Spring Boot upgrade
This commit is contained in:
parent
4fa1e93322
commit
aadc4b4ed6
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user