Skip to content

Commit

Permalink
chore: exclude flow artifacts from requireUpperBoundDeps enforcer rul…
Browse files Browse the repository at this point in the history
…e [skip ci] (#6921)

* chore: exclude flow artifacts from requireUpperBoundDeps enforcer rule

* exclude com.vaadin group

* exclude specific artifacts

---------

Co-authored-by: Zhe Sun <31067185+ZheSun88@users.noreply.github.com>
  • Loading branch information
mcollovati and ZheSun88 authored Oct 24, 2024
1 parent 40b1fce commit 8ffcb0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vaadin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@
</dependencyConvergence>
<requireUpperBoundDeps>
<excludes>
<exclude>com.vaadin:flow-server</exclude>
<exclude>com.vaadin:flow-html-components</exclude>
<exclude>com.vaadin:flow-data</exclude>
<exclude>org.slf4j:slf4j-api</exclude>
</excludes>
</requireUpperBoundDeps>
Expand Down

0 comments on commit 8ffcb0c

Please sign in to comment.