Skip to content

Commit

Permalink
Use jackson-databind library in WildFly modules in the WildFly featur…
Browse files Browse the repository at this point in the history
…e pack #704
  • Loading branch information
parsharma committed Jul 30, 2024
1 parent 4db5940 commit d85c1a7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 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 @@ -35,7 +35,7 @@
<artifact name="${org.apache.httpcomponents:httpcore}"/>
<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
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<module name="org.apache.httpcomponents.core" export="true"/>
<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
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
<prospero.target.server>Wildfly</prospero.target.server>
<prospero.base.feature-pack.groupId>org.wildfly</prospero.base.feature-pack.groupId>
<prospero.base.feature-pack.artifactId>wildfly-ee-galleon-pack</prospero.base.feature-pack.artifactId>
<prospero.base.feature-pack.version>32.0.0.Beta1</prospero.base.feature-pack.version>
<prospero.test.base.channel.groupId>org.wildfly.channels</prospero.test.base.channel.groupId>
<prospero.test.base.channel.artifactId>wildfly-30-test</prospero.test.base.channel.artifactId>
<prospero.test.base.repositories>https://repo1.maven.org/maven2/,https://repository.jboss.org/nexus/content/groups/public/</prospero.test.base.repositories>
Expand Down

0 comments on commit d85c1a7

Please sign in to comment.