Skip to content

Commit

Permalink
remot txw2 because it is in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dufoli committed Aug 26, 2021
1 parent f12cef6 commit fb6efb7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,8 @@ void produceRecursiveProxies(IndexView index,

@BuildStep
void addDependencies(BuildProducer<IndexDependencyBuildItem> indexDependency) {
indexDependency.produce(new IndexDependencyBuildItem("org.glassfish.jaxb", "txw2"));
//call by jaxb-runtime => jaxb-core => txw2
//indexDependency.produce(new IndexDependencyBuildItem("org.glassfish.jaxb", "txw2"));
indexDependency.produce(new IndexDependencyBuildItem("org.glassfish.jaxb", "jaxb-runtime"));
}

Expand Down

0 comments on commit fb6efb7

Please sign in to comment.