Skip to content

Commit b3ceb73

Browse files
committed
fix the commented log4j2 example
1 parent 34b1093 commit b3ceb73

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

sample/pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<slf4j.version>1.7.12</slf4j.version>
1919
<jersey.version>2.22.2</jersey.version>
2020
<javax.ws.version>2.0.1</javax.ws.version>
21+
<cf-logging.version>2.0.9</cf-logging.version>
2122
</properties>
2223
<dependencies>
2324
<dependency>
@@ -78,10 +79,10 @@
7879

7980
<!-- LOG4J2 VERSION
8081
81-
<dependency>
82-
<groupId>com.sap.hcp.cf-logging.logging</groupId>
83-
<artifactId>java-logging-support-log4j2</artifactId>
84-
<version>${cf-logging.version}</version>
82+
<dependency>
83+
<groupId>com.sap.hcp.cf.logging</groupId>
84+
<artifactId>cf-java-logging-support-log4j2</artifactId>
85+
<version>${cf-logging.version}</version>
8586
</dependency>
8687
<dependency>
8788
<groupId>org.apache.logging.log4j</groupId>

0 commit comments

Comments
 (0)