Skip to content

Commit

Permalink
disable dsl sample temporarily.
Browse files Browse the repository at this point in the history
  • Loading branch information
spencergibb committed Aug 3, 2023
1 parent 9e919a7 commit 9315441
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@
<pomIncludes>
<pomInclude>*/pom.xml</pomInclude>
<pomInclude>contracts/pom.xml</pomInclude>
<pomInclude>dsl/pom.xml</pomInclude>
<!-- TODO: reenable -->
<!--<pomInclude>dsl/pom.xml</pomInclude>-->
<pomInclude>webclient/pom.xml</pomInclude>
</pomIncludes>
<goals>
Expand Down
3 changes: 2 additions & 1 deletion samples/standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
<modules>
<module>contracts</module>
<module>restdocs</module>
<module>dsl</module>
<!-- TODO: reenable -->
<!--<module>dsl</module>-->
<module>webclient</module>
</modules>

Expand Down

0 comments on commit 9315441

Please sign in to comment.