Skip to content

Commit

Permalink
Merge pull request #322 from ihrasko/21.x-exclude-lighty.io-core-logging
Browse files Browse the repository at this point in the history
Exclude lighty.io core logging dependencies
  • Loading branch information
ihrasko authored Dec 16, 2024
2 parents f770487 + ac25e3f commit 77e1ee4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<parent>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-parent</artifactId>
<artifactId>lighty-minimal-parent</artifactId>
<version>21.1.0</version>
<relativePath/>
</parent>
Expand All @@ -25,6 +25,8 @@
<packaging>jar</packaging>

<properties>
<maven.compiler.release>21</maven.compiler.release>

<application.main.class>io.lighty.yang.validator.Main</application.main.class>
<application.attach.zip>true</application.attach.zip>
<logback-version>1.5.12</logback-version>
Expand Down Expand Up @@ -124,6 +126,7 @@
<plugins>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>3.3.1</version>
<executions>
<!-- Copy files from "src/main/assembly/resources" and move it to build target directory -->
<execution>
Expand Down

0 comments on commit 77e1ee4

Please sign in to comment.