mirror of https://github.com/apache/cloudstack.git
Added mysteriously missing dependency
This commit is contained in:
parent
0061f2c5cc
commit
c1272055c5
|
|
@ -70,6 +70,11 @@
|
|||
<artifactId>mail</artifactId>
|
||||
<version>${cs.mail.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>jstl</groupId>
|
||||
<artifactId>jstl</artifactId>
|
||||
<version>${cs.jstl.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-codec</groupId>
|
||||
<artifactId>commons-codec</artifactId>
|
||||
|
|
|
|||
Loading…
Reference in New Issue