mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-21 21:57:56 +01:00
Add missing dependency.
This commit is contained in:
parent
9912897879
commit
c4ae51b50e
@ -184,6 +184,11 @@
|
|||||||
<artifactId>commons-dbcp2</artifactId>
|
<artifactId>commons-dbcp2</artifactId>
|
||||||
<version>2.9.0</version>
|
<version>2.9.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.eclipse.angus</groupId>
|
||||||
|
<artifactId>jakarta.mail</artifactId>
|
||||||
|
<version>1.0.0</version>
|
||||||
|
</dependency>
|
||||||
<!-- <dependency>-->
|
<!-- <dependency>-->
|
||||||
<!-- <groupId>org.hibernate</groupId>-->
|
<!-- <groupId>org.hibernate</groupId>-->
|
||||||
<!-- <artifactId>hibernate-ehcache</artifactId>-->
|
<!-- <artifactId>hibernate-ehcache</artifactId>-->
|
||||||
|
Loading…
Reference in New Issue
Block a user