GH-788 Fix aws custom runtime samples

Add spring web dependencies
Resolves #788
This commit is contained in:
Oleg Zhurakousky
2022-01-11 11:42:02 +01:00
parent 15ab165158
commit a7ca985a0e
2 changed files with 9 additions and 28 deletions

View File

@@ -39,23 +39,15 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<!-- <dependency> -->
<!-- <groupId>org.awaitility</groupId> -->
<!-- <artifactId>awaitility</artifactId> -->
<!-- <scope>test</scope> -->
<!-- </dependency> -->
<!-- <dependency> -->
<!-- <groupId>org.testcontainers</groupId> -->
<!-- <artifactId>testcontainers</artifactId> -->
<!-- <version>1.14.3</version> -->
<!-- <scope>test</scope> -->
<!-- </dependency> -->
</dependencies>
<dependencyManagement>
@@ -74,11 +66,6 @@
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<!-- <configuration> -->
<!-- <excludes> -->
<!-- <exclude>com/example/ContainerTests.java</exclude> -->
<!-- </excludes> -->
<!-- </configuration> -->
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>