mirror of
https://github.com/apache/sqoop.git
synced 2025-05-03 23:09:50 +08:00
SQOOP-3083: Fixing fault injection targets to work
together with try with resources statements (introduced in SQOOP-2983) (Anna Szonyi via Attila Szabo)
This commit is contained in:
parent
be30a344ee
commit
7783f85f80
@ -47,7 +47,7 @@ mvn.version=2.0.10
|
|||||||
|
|
||||||
rats-lib.version=0.5.1
|
rats-lib.version=0.5.1
|
||||||
|
|
||||||
aspectj.version=1.6.11
|
aspectj.version=1.7.4
|
||||||
|
|
||||||
postgresql.version=9.2-1003-jdbc4
|
postgresql.version=9.2-1003-jdbc4
|
||||||
accumulo.version=1.6.2
|
accumulo.version=1.6.2
|
||||||
|
@ -18,8 +18,8 @@
|
|||||||
<property name="sqoop-fi.jar" location="${build.dir}/${final.name}-fi.jar"/>
|
<property name="sqoop-fi.jar" location="${build.dir}/${final.name}-fi.jar"/>
|
||||||
<property name="compile-inject.output"
|
<property name="compile-inject.output"
|
||||||
value="${build-fi.dir}/compile-fi.log"/>
|
value="${build-fi.dir}/compile-fi.log"/>
|
||||||
<property name="aspectversion" value="1.6.11"/>
|
<property name="aspectversion" value="${aspectj.version}"/>
|
||||||
<property name="javac.version" value="1.6"/>
|
<property name="javac.version" value="${targetJavaVersion}"/>
|
||||||
<property file="${basedir}/build.properties"/>
|
<property file="${basedir}/build.properties"/>
|
||||||
|
|
||||||
<!--All Fault Injection (FI) related targets are located in this session -->
|
<!--All Fault Injection (FI) related targets are located in this session -->
|
||||||
|
Loading…
Reference in New Issue
Block a user