Skip to content

Commit

Permalink
[XMLBEANS-647] update maven plugin dependencies
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/xmlbeans/trunk@1915047 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
pjfanning committed Jan 1, 2024
1 parent f2a88fa commit 707581c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,10 @@ dependencies {
testRuntimeOnly 'org.xmlresolver:xmlresolver:4.6.4'

// maven plugin dependencies
implementation('org.apache.maven:maven-core:3.8.4')
implementation 'org.apache.maven:maven-model:3.8.4'
implementation('org.apache.maven:maven-plugin-api:3.8.4')
implementation 'org.apache.maven.plugin-tools:maven-plugin-annotations:3.6.2'
implementation('org.apache.maven:maven-core:3.9.6')
implementation 'org.apache.maven:maven-model:3.9.6'
implementation('org.apache.maven:maven-plugin-api:3.9.6')
implementation 'org.apache.maven.plugin-tools:maven-plugin-annotations:3.10.2'


// previous xmlbeans version is used to bootstrap necessary schema bindings
Expand Down
8 changes: 4 additions & 4 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,10 @@
<dependency prefix="xerces" artifact="xerces:xercesImpl:2.12.2" usage="tests"/>

<!-- maven plugin dependencies -->
<dependency prefix="maven-core" artifact="org.apache.maven:maven-core:3.6.3" usage="maven-plugin"/>
<dependency prefix="maven-model" artifact="org.apache.maven:maven-model:3.6.3" usage="maven-plugin"/>
<dependency prefix="maven-plugin-api" artifact="org.apache.maven:maven-plugin-api:3.6.3" usage="maven-plugin"/>
<dependency prefix="maven-plugin-annotations" artifact="org.apache.maven.plugin-tools:maven-plugin-annotations:3.6.0" usage="maven-plugin"/>
<dependency prefix="maven-core" artifact="org.apache.maven:maven-core:3.9.6" usage="maven-plugin"/>
<dependency prefix="maven-model" artifact="org.apache.maven:maven-model:3.9.6" usage="maven-plugin"/>
<dependency prefix="maven-plugin-api" artifact="org.apache.maven:maven-plugin-api:3.9.6" usage="maven-plugin"/>
<dependency prefix="maven-plugin-annotations" artifact="org.apache.maven.plugin-tools:maven-plugin-annotations:3.10.2" usage="maven-plugin"/>
<!-- only necessary to compile against JDK8 internals - for Java9+ there's a mulitmodule implementation -->
<dependency prefix="xml-resolver" artifact="com.sun.org.apache.xml.internal:resolver:20050927" usage="maven-plugin"/>

Expand Down

0 comments on commit 707581c

Please sign in to comment.