Skip to content

Commit cf72cc4

Browse files
jxblummp911de
authored andcommitted
Change the org.apache.geronimo.specs:geronimo-jcdi_2.0_spec dependency to optional.
Remove scope of test. Closes #2173.
1 parent c5c904a commit cf72cc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
<groupId>org.apache.geronimo.specs</groupId>
153153
<artifactId>geronimo-jcdi_2.0_spec</artifactId>
154154
<version>1.0.1</version>
155-
<scope>test</scope>
155+
<optional>true</optional>
156156
</dependency>
157157

158158
<dependency>

0 commit comments

Comments
 (0)