Change the org.apache.geronimo.specs:geronimo-jcdi_2.0_spec dependency to optional.

Remove scope of test.

Closes #2173.
This commit is contained in:
John Blum
2021-09-26 19:08:31 -07:00
committed by Mark Paluch
parent 4ea00e05fa
commit e9e2050925

View File

@@ -152,7 +152,7 @@
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jcdi_2.0_spec</artifactId>
<version>1.0.1</version>
<scope>test</scope>
<optional>true</optional>
</dependency>
<dependency>