We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61dd231 commit f411a5eCopy full SHA for f411a5e
spring-data-rest-tests/pom.xml
@@ -15,7 +15,10 @@
15
16
<modules>
17
<module>spring-data-rest-tests-core</module>
18
- <module>spring-data-rest-tests-geode</module>
+ <!-- Disabled until Apache Geode can be made work with having Micrometer 2 in the class path.
19
+ See https://github.com/spring-projects/spring-data-rest/issues/2106 and
20
+ https://github.com/spring-projects/spring-data-geode/issues/572 -->
21
+ <!-- <module>spring-data-rest-tests-geode</module> -->
22
<module>spring-data-rest-tests-jpa</module>
23
<module>spring-data-rest-tests-mongodb</module>
24
<module>spring-data-rest-tests-security</module>
0 commit comments