| .. | .. |
|---|
| 33 | 33 | <version>3.0.9.Final</version> |
|---|
| 34 | 34 | </dependency> |
|---|
| 35 | 35 | <dependency> |
|---|
| 36 | | - <groupId>org.slf4j</groupId> |
|---|
| 37 | | - <artifactId>slf4j-log4j12</artifactId> |
|---|
| 38 | | - <version>1.7.7</version> |
|---|
| 39 | | - </dependency> |
|---|
| 40 | | - <dependency> |
|---|
| 41 | 36 | <groupId>net.curisit</groupId> |
|---|
| 42 | 37 | <artifactId>commons-curis</artifactId> |
|---|
| 43 | 38 | <version>0.0.1-SNAPSHOT</version> |
|---|
| .. | .. |
|---|
| 72 | 67 | <artifactId>resteasy-jackson2-provider</artifactId> |
|---|
| 73 | 68 | <version>3.0.9.Final</version> |
|---|
| 74 | 69 | </dependency> |
|---|
| 70 | + <dependency> |
|---|
| 71 | + <groupId>org.apache.logging.log4j</groupId> |
|---|
| 72 | + <artifactId>log4j-web</artifactId> |
|---|
| 73 | + <version>2.1</version> |
|---|
| 74 | + </dependency> |
|---|
| 75 | 75 | </dependencies> |
|---|
| 76 | 76 | <build> |
|---|
| 77 | 77 | <plugins> |
|---|