This repository was archived by the owner on Dec 4, 2024. It is now read-only.
File tree 2 files changed +8
-5
lines changed
plexus-component-metadata
2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 39
39
<dependency >
40
40
<groupId >org.apache.maven</groupId >
41
41
<artifactId >maven-plugin-api</artifactId >
42
+ <scope >provided</scope >
42
43
</dependency >
43
44
<dependency >
44
45
<groupId >org.apache.maven</groupId >
45
46
<artifactId >maven-model</artifactId >
47
+ <scope >provided</scope >
46
48
</dependency >
47
49
<dependency >
48
50
<groupId >org.apache.maven</groupId >
49
51
<artifactId >maven-core</artifactId >
52
+ <scope >provided</scope >
50
53
</dependency >
51
54
<dependency >
52
55
<groupId >org.ow2.asm</groupId >
Original file line number Diff line number Diff line change 45
45
<classWorldsVersion >2.6.0</classWorldsVersion >
46
46
<plexusUtilsVersion >3.1.1</plexusUtilsVersion >
47
47
<xbeanReflectVersion >3.7</xbeanReflectVersion >
48
+ <mavenVersion >3.2.5</mavenVersion >
48
49
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
49
50
<javaVersion >8</javaVersion >
50
51
</properties >
94
95
<dependency >
95
96
<groupId >org.apache.maven</groupId >
96
97
<artifactId >maven-plugin-api</artifactId >
97
- <version >3.0 </version >
98
+ <version >${mavenVersion} </version >
98
99
</dependency >
99
100
<dependency >
100
101
<groupId >org.apache.maven</groupId >
101
102
<artifactId >maven-model</artifactId >
102
- <version >3.0 </version >
103
+ <version >${mavenVersion} </version >
103
104
</dependency >
104
105
<dependency >
105
106
<groupId >org.apache.maven</groupId >
106
107
<artifactId >maven-core</artifactId >
107
- <version >3.0 </version >
108
+ <version >${mavenVersion} </version >
108
109
</dependency >
109
110
<dependency >
110
111
<groupId >junit</groupId >
111
112
<artifactId >junit</artifactId >
112
- <version >4.13.1</version >
113
- <scope >provided</scope >
113
+ <version >4.13.2</version >
114
114
</dependency >
115
115
</dependencies >
116
116
</dependencyManagement >
You can’t perform that action at this time.
0 commit comments