Skip to content

Commit

Permalink
[MDEP-889] declare javax.inject explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed Oct 21, 2023
1 parent 7ec0bda commit 038f1e7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,11 @@ under the License.
<artifactId>maven-plugin-annotations</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
<version>1</version>
</dependency>

<dependency>
<groupId>org.eclipse.aether</groupId>
Expand Down

0 comments on commit 038f1e7

Please sign in to comment.