Skip to content

Commit

Permalink
fix tests pom merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tgravescs committed Jun 8, 2022
1 parent 415df37 commit 7e57af0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,6 @@
<goals><goal>add-test-source</goal></goals>
<configuration>
<sources>
<source>${project.basedir}/src/test/330+/scala</source>
<source>${project.basedir}/src/test/320+-noncdh-nondb/scala</source>
</sources>
</configuration>
Expand Down Expand Up @@ -349,6 +348,8 @@
<goals><goal>add-test-source</goal></goals>
<configuration>
<sources>
<source>${project.basedir}/src/test/330+/scala</source>
<source>${project.basedir}/src/test/320+-noncdh-nondb/scala</source>
</sources>
</configuration>
</execution>
Expand Down

0 comments on commit 7e57af0

Please sign in to comment.