Driver version
13.2.0.jre11
Problem description
Commit db17e99 by @Ananya2 added the 8.1 MB byte-buddy-1.15.11.jar for "unit testing" but the pom defaults to the runtime scope dependency.
Expected behavior
<scope>test</scope>
should have been used for all 4 added dependencies.
Actual behavior
1 of the 4 added testing dependencies has a runtime scope
Driver version
13.2.0.jre11
Problem description
Commit db17e99 by @Ananya2 added the 8.1 MB byte-buddy-1.15.11.jar for "unit testing" but the pom defaults to the runtime scope dependency.
Expected behavior
<scope>test</scope>should have been used for all 4 added dependencies.
Actual behavior
1 of the 4 added testing dependencies has a runtime scope