Skip to content

Commit

Permalink
Updated to latest cui-parent
Browse files Browse the repository at this point in the history
  • Loading branch information
cuioss committed Apr 11, 2024
1 parent 94e76a6 commit 2bd875b
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 22 deletions.
42 changes: 22 additions & 20 deletions modules/client/portal-client-tracing/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
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>
<artifactId>portal-client-tracing</artifactId>

Expand All @@ -12,26 +12,27 @@
</parent>
<properties>
<maven.jar.plugin.automatic.module.name>
de.cuioss.portal.tracing</maven.jar.plugin.automatic.module.name>
de.cuioss.portal.tracing
</maven.jar.plugin.automatic.module.name>
</properties>

<dependencies>
<dependency>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave</artifactId>
</dependency>
<dependency>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave-context-log4j2</artifactId>
</dependency>
<dependency>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave-instrumentation-servlet</artifactId>
</dependency>
<dependency>
<groupId>jakarta.inject</groupId>
<artifactId>jakarta.inject-api</artifactId>
</dependency>
<dependencies>
<dependency>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave</artifactId>
</dependency>
<dependency>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave-context-log4j2</artifactId>
</dependency>
<dependency>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave-instrumentation-servlet</artifactId>
</dependency>
<dependency>
<groupId>jakarta.inject</groupId>
<artifactId>jakarta.inject-api</artifactId>
</dependency>

<!-- TEST -->
<dependency>
Expand All @@ -45,6 +46,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>${version.log4j}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 2 additions & 0 deletions modules/micro-profile/portal-mp-rest-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<!-- RestEasy depends on jcl. This is a way to satisfy this. -->
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-jcl</artifactId>
<version>${version.log4j}</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -80,6 +81,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>${version.log4j}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.cuioss</groupId>
<artifactId>cui-java-parent</artifactId>
<version>0.4.9</version>
<version>0.5.0</version>
<relativePath/>
</parent>
<groupId>de.cuioss.portal</groupId>
Expand All @@ -29,9 +29,10 @@
<system>GitHub Issues</system>
</issueManagement>
<properties>
<version.cui.parent>0.4.9</version.cui.parent>
<version.cui.parent>0.5.0</version.cui.parent>
<version.zipkin.brave>5.17.0</version.zipkin.brave>
<version.zipkin.reporter>2.17.1</version.zipkin.reporter>
<version.log4j>2.23.1</version.log4j>
</properties>
<modules>
<module>bom</module>
Expand Down

0 comments on commit 2bd875b

Please sign in to comment.