Change scope of javax.inject.Inject to compile. (#1983)

Closes #1948.
This commit is contained in:
Michael Reiche
2024-10-10 08:53:55 -07:00
committed by GitHub
parent 9bd5e96635
commit 9db3d6d152

View File

@@ -59,7 +59,7 @@
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
<version>1</version>
<scope>test</scope>
<scope>compile</scope>
</dependency>
<dependency>