Skip to content

Commit 9db3d6d

Browse files
authored
Change scope of javax.inject.Inject to compile. (#1983)
Closes #1948.
1 parent 9bd5e96 commit 9db3d6d

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
@@ -59,7 +59,7 @@
5959
<groupId>javax.inject</groupId>
6060
<artifactId>javax.inject</artifactId>
6161
<version>1</version>
62-
<scope>test</scope>
62+
<scope>compile</scope>
6363
</dependency>
6464

6565
<dependency>

0 commit comments

Comments
 (0)