File tree Expand file tree Collapse file tree
takari-lifecycle-plugin-its Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 <parent >
1515 <groupId >io.takari</groupId >
1616 <artifactId >takari</artifactId >
17- <version >56 </version >
17+ <version >60 </version >
1818 </parent >
1919
2020 <groupId >io.takari.maven.plugins</groupId >
4343 <guava .version>33.3.0-jre</guava .version>
4444 <mavenPluginPluginVersion >3.15.0</mavenPluginPluginVersion >
4545 <m2eWorkspaceVersion >0.4.0</m2eWorkspaceVersion >
46- <plexusVersion >3.5.1</plexusVersion >
47- <pluginTestingVersion >3.0.4</pluginTestingVersion >
48-
49- <takari .lifecycleVersion>2.1.7</takari .lifecycleVersion>
46+ <plexusUtilsVersion >4.0.1</plexusUtilsVersion >
47+ <plexusXmlVersion >3.0.1</plexusXmlVersion >
48+ <pluginTestingVersion >3.0.5</pluginTestingVersion >
5049 </properties >
5150
5251 <build >
Original file line number Diff line number Diff line change 4646 <dependency >
4747 <groupId >org.codehaus.plexus</groupId >
4848 <artifactId >plexus-utils</artifactId >
49- <version >${plexusVersion} </version >
49+ <version >${plexusUtilsVersion} </version >
50+ <scope >test</scope >
51+ </dependency >
52+ <dependency >
53+ <groupId >org.codehaus.plexus</groupId >
54+ <artifactId >plexus-xml</artifactId >
55+ <version >${plexusXmlVersion} </version >
5056 <scope >test</scope >
5157 </dependency >
5258 <dependency >
Original file line number Diff line number Diff line change 6363 <dependency >
6464 <groupId >org.codehaus.plexus</groupId >
6565 <artifactId >plexus-utils</artifactId >
66- <version >${plexusVersion} </version >
67- <scope >compile</scope >
66+ <version >${plexusUtilsVersion} </version >
67+ </dependency >
68+ <dependency >
69+ <groupId >org.codehaus.plexus</groupId >
70+ <artifactId >plexus-xml</artifactId >
71+ <version >${plexusXmlVersion} </version >
6872 </dependency >
6973 <dependency >
7074 <groupId >org.codehaus.plexus</groupId >
You can’t perform that action at this time.
0 commit comments