Skip to content

Commit 475e88f

Browse files
committed
Change scope of org.apache.geronimo.specs:geronimo-jcdi_2.0_specs dependency to provided.
Resolves spring-projectsgh-538.
1 parent 2e70bda commit 475e88f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-data-geode/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
<groupId>org.apache.geronimo.specs</groupId>
159159
<artifactId>geronimo-jcdi_2.0_spec</artifactId>
160160
<version>1.0.1</version>
161-
<scope>test</scope>
161+
<scope>provided</scope>
162162
</dependency>
163163

164164
<dependency>

0 commit comments

Comments
 (0)