Add stream-application-integration-tests
Fix HttpRequestProcessorTests Disable security for actuator/info endpoint In Spring Boot 2.5, the info actuator endpoint is secured. We need to disable security for the actuator/info integration tests in TimeSource tests.
This commit is contained in:
committed by
Soby Chacko
parent
d871b49f87
commit
7dfc4e0458
@@ -40,8 +40,6 @@
|
||||
<version>${spring-data-geode-test.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
@@ -115,5 +113,13 @@
|
||||
<name>Spring Milestones</name>
|
||||
<url>https://repo.spring.io/milestone</url>
|
||||
</pluginRepository>
|
||||
<pluginRepository>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
<id>spring-releases</id>
|
||||
<name>Spring Releases</name>
|
||||
<url>https://repo.spring.io/release</url>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user