Skip to content

Commit

Permalink
Fixed e2e tests (#37)
Browse files Browse the repository at this point in the history
* Fixed e2e tests

* Removed surefire plugin

* Revert "Removed surefire plugin"

This reverts commit 7c2ebfe.

* Added comment
  • Loading branch information
CharlesDuboisSAP authored Aug 28, 2024
1 parent 3f073b1 commit 6799b17
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
15 changes: 4 additions & 11 deletions e2e-test-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,6 @@
<enforcer.skipEnforceScopeLoggerBridges>true</enforcer.skipEnforceScopeLoggerBridges>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>${spring-boot.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<!-- scope "compile" -->
<dependency>
Expand All @@ -78,14 +67,17 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
<version>${spring-boot.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot</artifactId>
<version>${spring-boot.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>${springframework.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down Expand Up @@ -119,6 +111,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>${spring-boot.version}</version>
<scope>runtime</scope>
</dependency>
<!-- scope "provided" -->
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ https://gitbox.apache.org/repos/asf?p=maven-pmd-plugin.git;a=blob_plain;f=src/ma
</configuration>
</plugin>
<plugin>
<!-- Needed because GitHub actions uses an old Maven version <3.9.0 -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${surefire.version}</version>
Expand Down

0 comments on commit 6799b17

Please sign in to comment.