jnturton commented on code in PR #1:
URL: https://github.com/apache/drill-test-framework/pull/1#discussion_r868861190
##########
framework/pom.xml:
##########
@@ -7,12 +7,27 @@
<version>1.0.0-SNAPSHOT</version>
<properties>
<testng.version>6.4</testng.version>
- <log4j.version>1.2.17</log4j.version>
+ <slf4j.version>1.7.26</slf4j.version>
+ <logback.version>1.2.9</logback.version>
<jackson.version>2.10.0</jackson.version>
- <drill.version>${env.DRILL_VERSION}</drill.version>
- <hadoop.version>${env.HADOOP_VERSION}</hadoop.version>
- <runtimeDepenencies>${env.DRILL_HOME}/conf</runtimeDepenencies>
+ <guava.version>30.1.1-jre</guava.version>
+ <drill.version>2.0.0-SNAPSHOT</drill.version>
Review Comment:
So if I want to run the test framework against a Drill 1.20.1 instead of a
Drill 2.0.0-SNAPSHOT then I should edit the pom file?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]