Skip to content

Commit 04476f3

Browse files
author
zhilingc
committed
Add missing javax el dependency
1 parent 1059b66 commit 04476f3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ingestion/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,12 @@
141141
</build>
142142

143143
<dependencies>
144+
<dependency>
145+
<groupId>org.glassfish</groupId>
146+
<artifactId>javax.el</artifactId>
147+
<version>3.0.0</version>
148+
</dependency>
149+
144150
<dependency>
145151
<groupId>org.hibernate.validator</groupId>
146152
<artifactId>hibernate-validator</artifactId>

0 commit comments

Comments
 (0)