Skip to content

Commit

Permalink
Enforce version of a11y-base
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Sep 4, 2023
1 parent 0ea0e80 commit 59c4f1d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3621,6 +3621,12 @@
<version>${vaadin.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.mvnpm.at.vaadin</groupId>
<artifactId>a11y-base</artifactId>
<version>${vaadin.version}</version>
<scope>runtime</scope>
</dependency>
<!-- There is a cyclic dependency on icon -->
<!-- TODO: Detect and fix in mvnpm -->
<dependency>
Expand Down

0 comments on commit 59c4f1d

Please sign in to comment.