Skip to content

Commit 211566b

Browse files
committed
reorganising code
1 parent 677d27b commit 211566b

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

logging-modules/customloglevel/pom.xml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,15 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
5-
<parent>
6-
<groupId>org.springframework.boot</groupId>
7-
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.5.3</version>
9-
<relativePath/>
10-
</parent>
5+
<parent>
6+
<groupId>org.springframework.boot</groupId>
7+
<artifactId>spring-boot-starter-parent</artifactId>
8+
<version>3.5.3</version>
9+
<relativePath/>
10+
</parent>
1111
<artifactId>customloglevel</artifactId>
1212
<name>customloglevel</name>
1313
<description>Demo project for Different Log level</description>
14-
<properties>
15-
<java.version>17</java.version>
16-
</properties>
1714
<dependencies>
1815
<dependency>
1916
<groupId>org.springframework.boot</groupId>

logging-modules/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
</parent>
1515

1616
<modules>
17+
<module>customloglevel</module>
1718
<module>flogger</module>
1819
<module>log4j</module>
1920
<module>log4j2</module>
@@ -25,7 +26,6 @@
2526
<module>splunk-with-log4j2</module>
2627
<module>jul-to-slf4j</module>
2728
<module>log-all-requests</module>
28-
<module>customloglevel</module>
2929
</modules>
3030

3131
</project>

0 commit comments

Comments
 (0)