Add missing ROME dep
This commit is contained in:
parent
01120eb2f0
commit
b73224427f
|
|
@ -21,6 +21,11 @@
|
||||||
<version>3.2.1</version>
|
<version>3.2.1</version>
|
||||||
<optional>true</optional>
|
<optional>true</optional>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>rome</groupId>
|
||||||
|
<artifactId>rome</artifactId>
|
||||||
|
<version>0.9</version>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>javax.el</groupId>
|
<groupId>javax.el</groupId>
|
||||||
<artifactId>el-api</artifactId>
|
<artifactId>el-api</artifactId>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue