commit | 5ae0df84438706527d96054cf1f6fd2a87c4c7bc | [log] [tgz] |
---|---|---|
author | Ian Maxon <imaxon@apache.org> | Wed Oct 14 10:45:19 2015 -0700 |
committer | Ian Maxon <imaxon@apache.org> | Wed Oct 14 11:47:23 2015 -0700 |
tree | dd6b6c7098f732e19d3dc6cf0d8f0a57c217177c | |
parent | 05d9cce288e328b450dde1db8d85e57559dd3826 [diff] [blame] |
ASTERIXDB-1136: Make Java compiler target configurable via profile Change-Id: I10378f9d3fdec9b4951f53c9b370b7741668e537 Reviewed-on: https://asterix-gerrit.ics.uci.edu/273 Tested-by: Jenkins <jenkins@fulliautomatix.ics.uci.edu> Reviewed-by: Till Westmann <tillw@apache.org>
diff --git a/hyracks/hyracks-tests/hyracks-storage-am-lsm-btree-test/pom.xml b/hyracks/hyracks-tests/hyracks-storage-am-lsm-btree-test/pom.xml index 1209f9a..35de199 100644 --- a/hyracks/hyracks-tests/hyracks-storage-am-lsm-btree-test/pom.xml +++ b/hyracks/hyracks-tests/hyracks-storage-am-lsm-btree-test/pom.xml
@@ -27,19 +27,7 @@ <version>0.2.17-SNAPSHOT</version> </parent> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.0.2</version> - <configuration> - <source>1.7</source> - <target>1.7</target> - </configuration> - </plugin> - </plugins> - </build> + <dependencies> <dependency> <groupId>org.apache.hyracks</groupId>