Skip to content

Commit

Permalink
chore: remove vaadin BOM from parent POM (#302)
Browse files Browse the repository at this point in the history
Fixes #284

(cherry picked from commit cdc5a80)
  • Loading branch information
mcollovati authored and github-actions[bot] committed Oct 21, 2023
1 parent 0fb1ecf commit fae9cd9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
13 changes: 13 additions & 0 deletions integration-tests/hybrid-smoke-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,20 @@

<awaitility.version>4.2.0</awaitility.version>
<selenide.version>6.19.1</selenide.version>
<vaadin.version>24.1.12</vaadin.version>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-bom</artifactId>
<version>${vaadin.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>com.github.mcollovati</groupId>
Expand Down
8 changes: 0 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<quarkus.version>3.5.0</quarkus.version>
<vaadin.version>24.1.12</vaadin.version>
<hilla.version>2.2.2</hilla.version>

<assertj.version>3.24.2</assertj.version>
Expand Down Expand Up @@ -80,13 +79,6 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-bom</artifactId>
<version>${vaadin.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-bom</artifactId>
Expand Down

0 comments on commit fae9cd9

Please sign in to comment.