Skip to content

Commit

Permalink
feat(preset): Fix axis2 monorepo group
Browse files Browse the repository at this point in the history
- axis2:mex and axis2:addressing were still getting updated separately, regardless of the axis2 grouping (as it was done by source url).

- For this reason, axis2 was refactored to be grouped by group id
  instead of source url.

- mex and addressing are contained within modules:
  https://repo1.maven.org/maven2/org/apache/axis2/axis2/1.8.2/axis2-1.8.2.pom
  • Loading branch information
Jade Ferreira committed Dec 26, 2024
1 parent 3615598 commit 7c6043f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/data/monorepo.json
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,7 @@
"apache-poi": "/^org.apache.poi:/",
"aws-java-sdk": "/^com.amazonaws:aws-java-sdk-/",
"aws-java-sdk-v2": "/^software.amazon.awssdk:/",
"axis2": "/^org.apache.axis2:/",
"babel6": "/^babel6$/",
"clarity": ["/^@cds//", "/^@clr//"],
"embroider": "/^@embroider//",
Expand Down

0 comments on commit 7c6043f

Please sign in to comment.