Skip to content

Commit

Permalink
move TB bom import to test module (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZheSun88 authored Nov 1, 2023
2 parents d9ca3bc + 7404eec commit 440d80f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
12 changes: 12 additions & 0 deletions observability-kit-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,16 @@
<modules>
<module>observability-kit-agent-it</module>
</modules>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-testbench-bom</artifactId>
<version>${testbench.version}</version>
<scope>import</scope>
<type>pom</type>
</dependency>
</dependencies>
</dependencyManagement>
</project>
7 changes: 0 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,6 @@
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-testbench-bom</artifactId>
<version>${testbench.version}</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>license-checker</artifactId>
Expand Down

0 comments on commit 440d80f

Please sign in to comment.