|
6 | 6 | <parent> |
7 | 7 | <groupId>com.sap.hcp.cf.logging</groupId> |
8 | 8 | <artifactId>cf-java-logging-support-parent</artifactId> |
9 | | - <version>2.1.5-SNAPSHOT</version> |
| 9 | + <version>2.1.5</version> |
10 | 10 | <relativePath>../pom.xml</relativePath> |
11 | 11 | </parent> |
12 | 12 |
|
|
18 | 18 | <slf4j.version>1.7.12</slf4j.version> |
19 | 19 | <jersey.version>2.22.2</jersey.version> |
20 | 20 | <javax.ws.version>2.0.1</javax.ws.version> |
21 | | - <cf-logging.version>2.1.5-SNAPSHOT</cf-logging.version> |
| 21 | + <cf-logging.version>2.1.5</cf-logging.version> |
22 | 22 | </properties> |
23 | 23 | <dependencies> |
24 | 24 | <dependency> |
|
35 | 35 | </dependency> |
36 | 36 | <dependency> |
37 | 37 | <groupId>org.glassfish.jersey.containers</groupId> |
38 | | - <!-- if your container implements Servlet API older than 3.0, |
| 38 | + <!-- if your container implements Servlet API older than 3.0, |
39 | 39 | use "jersey-container-servlet-core" --> |
40 | 40 | <artifactId>jersey-container-servlet</artifactId> |
41 | 41 | <version>${jersey.version}</version> |
|
66 | 66 | <version>${project.version}</version> |
67 | 67 | </dependency> |
68 | 68 |
|
69 | | - <!-- LOGBACK dependencies (currently not used) <dependency> <groupId>com.sap.hcp.cf.logging</groupId> |
70 | | - <artifactId>cf-java-logging-support-logback</artifactId> <version>${project.version}</version> |
71 | | - </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> |
| 69 | + <!-- LOGBACK dependencies (currently not used) <dependency> <groupId>com.sap.hcp.cf.logging</groupId> |
| 70 | + <artifactId>cf-java-logging-support-logback</artifactId> <version>${project.version}</version> |
| 71 | + </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> |
72 | 72 | <version>${logback.version}</version> </dependency> --> |
73 | 73 |
|
74 | 74 | <!-- use log4j2 as the slf4j implementation --> |
|
0 commit comments