Skip to content

Commit

Permalink
clean the pom
Browse files Browse the repository at this point in the history
  • Loading branch information
ZheSun88 committed Oct 24, 2024
1 parent 619b8e1 commit 16a9f8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 29 deletions.
23 changes: 2 additions & 21 deletions vaadin-platform-react-hybrid-security-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@
<artifactId>vaadin-platform-parent</artifactId>
<version>24.6-SNAPSHOT</version>
</parent>
<!-- <parent>-->
<!-- <groupId>org.springframework.boot</groupId>-->
<!-- <artifactId>spring-boot-starter-parent</artifactId>-->
<!-- <version>3.3.3</version>-->
<!-- <relativePath />-->
<!-- </parent>-->
<artifactId>vaadin-platform-react-hybrid-security-test-prod</artifactId>
<packaging>war</packaging>
<name>Vaadin Platform React Hybrid (flow and hilla views) security Tests (Production Mode)</name>
Expand All @@ -31,14 +25,14 @@
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-bom</artifactId>
<version>24.6-SNAPSHOT</version>
<version>${project.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>3.3.4</version>
<version>${spring.boot.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -112,7 +106,6 @@
<groupId>com.vaadin</groupId>
<artifactId>vaadin-testbench</artifactId>
<scope>test</scope>
<version>24.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand All @@ -126,18 +119,6 @@
<artifactId>slf4j-simple</artifactId>
</dependency>

<dependency>
<groupId>io.github.bonigarcia</groupId>
<artifactId>webdrivermanager</artifactId>
<version>4.4.3</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down
8 changes: 0 additions & 8 deletions vaadin-platform-react-hybrid-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@
<groupId>com.vaadin</groupId>
<artifactId>vaadin-testbench</artifactId>
<scope>test</scope>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand All @@ -111,13 +110,6 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</dependency>

<dependency>
<groupId>io.github.bonigarcia</groupId>
<artifactId>webdrivermanager</artifactId>
<version>4.4.3</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit 16a9f8c

Please sign in to comment.