Skip to content
This repository was archived by the owner on Feb 12, 2019. It is now read-only.

Commit 2d17049

Browse files
committed
adds CDI dependency
1 parent 05c8ee5 commit 2d17049

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,12 @@
108108
<version>${javax.annotation.version}</version>
109109
<scope>provided</scope>
110110
</dependency>
111+
<dependency>
112+
<groupId>javax.enterprise</groupId>
113+
<artifactId>cdi-api</artifactId>
114+
<version>${javax.enterprise.version}</version>
115+
<scope>provided</scope>
116+
</dependency>
111117
<dependency>
112118
<groupId>org.junit.jupiter</groupId>
113119
<artifactId>junit-jupiter-engine</artifactId>

0 commit comments

Comments
 (0)