Repository: sqoop Updated Branches: refs/heads/trunk be30a344e -> 7783f85f8
SQOOP-3083: Fixing fault injection targets to work together with try with resources statements (introduced in SQOOP-2983) (Anna Szonyi via Attila Szabo) Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/7783f85f Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/7783f85f Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/7783f85f Branch: refs/heads/trunk Commit: 7783f85f805d54f8377a438aebffb06593aec858 Parents: be30a34 Author: Attila Szabo <[email protected]> Authored: Fri Dec 16 11:56:54 2016 +0100 Committer: Attila Szabo <[email protected]> Committed: Fri Dec 16 11:59:22 2016 +0100 ---------------------------------------------------------------------- ivy/libraries.properties | 2 +- src/test/aop/build/aop.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/7783f85f/ivy/libraries.properties ---------------------------------------------------------------------- diff --git a/ivy/libraries.properties b/ivy/libraries.properties index e2c2516..05baa5c 100644 --- a/ivy/libraries.properties +++ b/ivy/libraries.properties @@ -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 http://git-wip-us.apache.org/repos/asf/sqoop/blob/7783f85f/src/test/aop/build/aop.xml ---------------------------------------------------------------------- diff --git a/src/test/aop/build/aop.xml b/src/test/aop/build/aop.xml index 77320aa..df31d65 100644 --- a/src/test/aop/build/aop.xml +++ b/src/test/aop/build/aop.xml @@ -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 -->
