Skip to content

Commit

Permalink
chore: exclude hilla-dev when running plain-java flow tests project
Browse files Browse the repository at this point in the history
  • Loading branch information
manolo committed Jan 3, 2025
1 parent 398a7b1 commit 85d2f08
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vaadin-platform-test/pom-dev.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin</artifactId>
<exclusions>
<exclusion>
<groupId>com.vaadin</groupId>
<artifactId>hilla-dev</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit 85d2f08

Please sign in to comment.