Skip to content

Commit

Permalink
ENT-5093: Build release OC SSO Notification 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tbkennisnet committed Oct 29, 2024
1 parent 40297d0 commit c00fff6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
<java.version>17</java.version>
<jacoco.version>0.8.10</jacoco.version>
<dependency-check-maven.version>10.0.4</dependency-check-maven.version>
<ecs-logging-java.version>1.6.0</ecs-logging-java.version>
<logback.encoder.version>5.3</logback.encoder.version>
<maven-release-plugin.version>2.5.3</maven-release-plugin.version>
</properties>
Expand All @@ -53,6 +54,14 @@
<version>3.3.5</version>
</parent>

<dependencies>
<dependency>
<groupId>co.elastic.logging</groupId>
<artifactId>logback-ecs-encoder</artifactId>
<version>${ecs-logging-java.version}</version>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
Expand Down

0 comments on commit c00fff6

Please sign in to comment.