5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-02 23:02:46 +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:
Attila Szabo 2016-12-16 11:56:54 +01:00
parent be30a344ee
commit 7783f85f80
2 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ mvn.version=2.0.10
rats-lib.version=0.5.1
aspectj.version=1.6.11
aspectj.version=1.7.4
postgresql.version=9.2-1003-jdbc4
accumulo.version=1.6.2

View File

@ -18,8 +18,8 @@
<property name="sqoop-fi.jar" location="${build.dir}/${final.name}-fi.jar"/>
<property name="compile-inject.output"
value="${build-fi.dir}/compile-fi.log"/>
<property name="aspectversion" value="1.6.11"/>
<property name="javac.version" value="1.6"/>
<property name="aspectversion" value="${aspectj.version}"/>
<property name="javac.version" value="${targetJavaVersion}"/>
<property file="${basedir}/build.properties"/>
<!--All Fault Injection (FI) related targets are located in this session -->