Skip to content

Commit

Permalink
Add missing javax el dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
zhilingc committed Aug 26, 2019
1 parent 1059b66 commit 04476f3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ingestion/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,12 @@
</build>

<dependencies>
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.el</artifactId>
<version>3.0.0</version>
</dependency>

<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
Expand Down

0 comments on commit 04476f3

Please sign in to comment.