Skip to content

Commit

Permalink
[#704] Use jackson-dataformat-yaml WildFly module in the feature pack
Browse files Browse the repository at this point in the history
  • Loading branch information
spyrkob committed Jul 31, 2024
1 parent df6b0bd commit 19b62ff
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
<artifact name="${org.jboss.galleon:galleon-common-api}"/>
<artifact name="${org.jboss.galleon:galleon-maven-universe}"/>
<artifact name="${info.picocli:picocli}"/>
<artifact name="${com.fasterxml.jackson.dataformat:jackson-dataformat-yaml}"/>
<artifact name="${com.networknt:json-schema-validator}"/>
<artifact name="${org.apache.commons:commons-text}"/>
<artifact name="${org.apache.maven:maven-artifact}"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<artifact name="${com.fasterxml.jackson.core:jackson-core}"/>
<artifact name="${com.fasterxml.jackson.core:jackson-annotations}"/>
<artifact name="${com.fasterxml.jackson.core:jackson-databind}"/>
<artifact name="${com.fasterxml.jackson.dataformat:jackson-dataformat-yaml}"/>
<artifact name="${org.yaml:snakeyaml}"/>
<artifact name="${org.jboss:staxmapper}"/>
<artifact name="${org.slf4j:slf4j-api}"/>
Expand Down
11 changes: 0 additions & 11 deletions dist/wildfly-galleon-pack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,17 +130,6 @@
</exclusions>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>com.networknt</groupId>
<artifactId>json-schema-validator</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<module name="com.fasterxml.jackson.core.jackson-core" export="true"/>
<module name="com.fasterxml.jackson.core.jackson-annotations" export="true"/>
<module name="com.fasterxml.jackson.core.jackson-databind" export="true"/>
<module name="com.fasterxml.jackson.dataformat.jackson-dataformat-yaml" export="true"/>
<module name="javax.inject.api" export="true"/>
<module name="org.jboss.logging" export="true"/>
<module name="org.jboss.logmanager" export="true" services="export"/>
Expand Down

0 comments on commit 19b62ff

Please sign in to comment.