Skip to content

Commit

Permalink
Fix mvn testing
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Jun 28, 2020
1 parent f6b7819 commit d63923f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mvn-scalaxb/src/it/itp03-wsdl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@
</goals>
</execution>
</executions>
<configuration>
<dispatchVersion>0.11.3</dispatchVersion>
</configuration>
</plugin>

<plugin>
Expand Down
3 changes: 3 additions & 0 deletions mvn-scalaxb/src/it/itp06-blocking/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@
</configuration>
</execution>
</executions>
<configuration>
<dispatchVersion>0.11.3</dispatchVersion>
</configuration>
</plugin>

<plugin>
Expand Down

0 comments on commit d63923f

Please sign in to comment.