Commit 134edf9f authored by Andy Wilkinson's avatar Andy Wilkinson

Upgrade to Jooq 3.11.2

Closes gh-13675
parent fba7ff29
......@@ -108,7 +108,7 @@
<joda-time.version>2.10</joda-time.version>
<jolokia.version>1.6.0</jolokia.version>
<johnzon-jsonb.version>1.1.8</johnzon-jsonb.version>
<jooq.version>3.10.8</jooq.version>
<jooq.version>3.11.2</jooq.version>
<jsonassert.version>1.5.0</jsonassert.version>
<json-path.version>2.4.0</json-path.version>
<jstl.version>1.2</jstl.version>
......
/*
* Copyright 2012-2016 the original author or authors.
* Copyright 2012-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
......@@ -16,8 +16,8 @@
package sample.jooq.util;
import org.jooq.util.DefaultGeneratorStrategy;
import org.jooq.util.Definition;
import org.jooq.codegen.DefaultGeneratorStrategy;
import org.jooq.meta.Definition;
/**
* Custom {@link DefaultGeneratorStrategy} that doesn't produce tangled packages. Too
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment