Skip to content

Commit

Permalink
Be explicit with required annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Dec 16, 2024
1 parent ba39936 commit 0f4204a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions apache-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,16 @@ under the License.
<artifactId>jline-terminal-ffm</artifactId>
</dependency>

<!-- (legacy) DI annotations -->
<dependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
</dependency>

<!-- DI Runtime -->
<dependency>
<groupId>org.eclipse.sisu</groupId>
Expand Down

0 comments on commit 0f4204a

Please sign in to comment.