#3334 config - Fixed wrong config
1 files added
1 files modified
| .. | .. |
|---|
| 1 | +<Context path="/securis"> |
|---|
| 2 | + |
|---|
| 3 | + <Resource name="jdbc/SeCurisDS" auth="Container" type="javax.sql.DataSource" |
|---|
| 4 | + maxActive="100" maxIdle="3" maxWait="5000" |
|---|
| 5 | + username="securis" password="_curist3c_" driverClassName="com.mysql.jdbc.Driver" |
|---|
| 6 | + url="jdbc:mysql://curisitdb.c5u5xwxe5q5r.eu-west-1.rds.amazonaws.com:3306/securis?autoReconnect=true"/> |
|---|
| 7 | + |
|---|
| 8 | +</Context> |
|---|
| .. | .. |
|---|
| 44 | 44 | <version>0.0.1-SNAPSHOT</version> |
|---|
| 45 | 45 | <exclusions> |
|---|
| 46 | 46 | <exclusion> |
|---|
| 47 | + <groupId>org.apache.logging.log4j</groupId> |
|---|
| 48 | + <artifactId>log4j-core</artifactId> |
|---|
| 49 | + </exclusion> |
|---|
| 50 | + <exclusion> |
|---|
| 47 | 51 | <artifactId>jackson-core</artifactId> |
|---|
| 48 | 52 | <groupId>com.fasterxml.jackson.core</groupId> |
|---|
| 49 | 53 | </exclusion> |
|---|