2018-02-21 14:42:45 -05:00
|
|
|
/*
|
|
|
|
* Hibernate, Relational Persistence for Idiomatic Java
|
|
|
|
*
|
|
|
|
* License: GNU Lesser General Public License (LGPL), version 2.1 or later.
|
|
|
|
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
|
|
|
|
*/
|
|
|
|
|
2018-05-21 09:03:18 -04:00
|
|
|
repositories {
|
|
|
|
mavenLocal( )
|
|
|
|
}
|
|
|
|
|
2018-02-21 14:42:45 -05:00
|
|
|
jdbcDependency "com.ibm.db2:db2jcc:11.1"
|