Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions ozhera-demo-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@
<module>ozhera-demo-client-server</module>
</modules>
<properties>
<log4j.version>2.18.0</log4j.version>
<log4j.version>2.24.3</log4j.version>
<slf4j.version>1.7.36</slf4j.version>
<logback.version>1.2.10</logback.version>
<springboot.version>2.7.15</springboot.version>
<spring.version>5.3.29</spring.version>
<!-- Replace it with the absolute path of your own ozhera-demo-client project. -->
Expand Down
2 changes: 1 addition & 1 deletion ozhera-demo-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</modules>

<properties>
<log4j.version>2.18.0</log4j.version>
<log4j.version>2.24.3</log4j.version>
<slf4j.version>1.7.36</slf4j.version>
<logback.version>1.2.10</logback.version>
<springboot.version>2.7.15</springboot.version>
Expand Down
4 changes: 2 additions & 2 deletions ozhera-log/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@ http://www.apache.org/licenses/LICENSE-2.0
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-1.2-api</artifactId>
<version>2.17.0</version>
<version>2.24.3</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-web</artifactId>
<version>2.17.0</version>
<version>2.24.3</version>
</dependency>

<dependency>
Expand Down
11 changes: 6 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@
under the License.

-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>31</version>
<relativePath />
<relativePath/>
</parent>

<groupId>org.apache.ozhera</groupId>
Expand Down Expand Up @@ -383,12 +384,12 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.18.0</version>
<version>2.24.3</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-to-slf4j</artifactId>
<version>2.18.0</version>
<version>2.24.3</version>
</dependency>
<dependency>
<groupId>org.apache.rocketmq</groupId>
Expand Down Expand Up @@ -1122,6 +1123,6 @@
<url>https://github.com/apache/ozhera</url>
<connection>scm:git:https://github.com/apache/ozhera.git</connection>
<developerConnection>scm:git:https://github.com/apache/ozhera.git</developerConnection>
<tag>HEAD</tag>
<tag>HEAD</tag>
</scm>
</project>
6 changes: 2 additions & 4 deletions trace-etl/pom.xml
Comment thread
psxjoy marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,8 @@
</modules>

<properties>
<log4j.version>2.18.0</log4j.version>
<slf4j.version>1.7.36</slf4j.version>
<logback.version>1.2.10</logback.version>
<lombok.version>1.18.30</lombok.version>
<log4j.version>2.24.3</log4j.version>
<slf4j.version>2.0.16</slf4j.version>
<!--java20 is comparing the reasonable versions of Spring Boot and Spring. issue#19-->
<springboot.version>2.7.15</springboot.version>
<spring.version>5.3.29</spring.version>
Expand Down