Skip to content

Commit affa7be

Browse files
committed
Add missing dependency
1 parent 40a10b7 commit affa7be

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,12 @@ under the License.
205205
<artifactId>maven-plugin-annotations</artifactId>
206206
<scope>provided</scope>
207207
</dependency>
208+
<dependency>
209+
<groupId>javax.inject</groupId>
210+
<artifactId>javax.inject</artifactId>
211+
<version>1</version>
212+
<scope>provided</scope>
213+
</dependency>
208214

209215
<dependency>
210216
<groupId>org.apache.maven.shared</groupId>

0 commit comments

Comments
 (0)