Skip to content

Commit 482a9e7

Browse files
committed
Change scope of javax.inject.Inject to compile. (#1983)
Closes #1948.
1 parent 3629b77 commit 482a9e7

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
@@ -60,7 +60,7 @@
6060
<groupId>javax.inject</groupId>
6161
<artifactId>javax.inject</artifactId>
6262
<version>1</version>
63-
<scope>test</scope>
63+
<scope>compile</scope>
6464
</dependency>
6565

6666
<dependency>

0 commit comments

Comments
 (0)