commit | 22c6d549ae7ee1221fad4ab0b7340bb67bc60632 | [log] [tgz] |
---|---|---|
author | Michael Blow <michael.blow@couchbase.com> | Tue Oct 03 23:30:18 2023 -0400 |
committer | Michael Blow <mblow@apache.org> | Thu Oct 12 14:45:15 2023 +0000 |
tree | 807bccbefaf4ac88ec8a7f478177cb7c6047c77e | |
parent | 4bdcbc5881eada768016138b6cd0d6bd5a57b0fa [diff] |
[ASTERIXDB-3279] Prepare for move to Java 17 Update plugins as needed for Java 17 class file format compat Change-Id: I88d9357854c5c5807019fea7f818ec768e254748 Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/17838 Reviewed-by: Michael Blow <mblow@apache.org> Tested-by: Michael Blow <mblow@apache.org>
diff --git a/hyracks-fullstack/hyracks/hyracks-dataflow-common/pom.xml b/hyracks-fullstack/hyracks/hyracks-dataflow-common/pom.xml index 6bb86ef..4978e85 100644 --- a/hyracks-fullstack/hyracks/hyracks-dataflow-common/pom.xml +++ b/hyracks-fullstack/hyracks/hyracks-dataflow-common/pom.xml
@@ -69,6 +69,7 @@ <groupId>org.apache.hyracks</groupId> <artifactId>hyracks-control-nc</artifactId> <version>${project.version}</version> + <scope>test</scope> </dependency> <dependency> <groupId>commons-io</groupId>