@@ -87,7 +87,7 @@ under the License.
87
87
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
88
88
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
89
89
90
- <maven .version>2.2.1 </maven .version>
90
+ <maven .version>3.6.3 </maven .version>
91
91
<maven-plugin-plugin .version>3.10.2</maven-plugin-plugin .version>
92
92
93
93
<scalac-scoverage-plugin .version>2.0.11</scalac-scoverage-plugin .version>
@@ -118,25 +118,32 @@ under the License.
118
118
119
119
<dependency >
120
120
<groupId >org.apache.maven</groupId >
121
- <artifactId >maven-plugin-api </artifactId >
121
+ <artifactId >maven-compat </artifactId >
122
122
<version >${maven.version} </version >
123
123
<scope >provided</scope >
124
124
</dependency >
125
125
126
126
<dependency >
127
- <groupId >org.apache.maven.plugin-tools </groupId >
128
- <artifactId >maven-plugin-annotations </artifactId >
129
- <version >${maven-plugin-plugin .version} </version >
127
+ <groupId >org.apache.maven</groupId >
128
+ <artifactId >maven-core </artifactId >
129
+ <version >${maven.version} </version >
130
130
<scope >provided</scope >
131
131
</dependency >
132
132
133
133
<dependency >
134
134
<groupId >org.apache.maven</groupId >
135
- <artifactId >maven-project </artifactId >
135
+ <artifactId >maven-plugin-api </artifactId >
136
136
<version >${maven.version} </version >
137
137
<scope >provided</scope >
138
138
</dependency >
139
139
140
+ <dependency >
141
+ <groupId >org.apache.maven.plugin-tools</groupId >
142
+ <artifactId >maven-plugin-annotations</artifactId >
143
+ <version >${maven-plugin-plugin.version} </version >
144
+ <scope >provided</scope >
145
+ </dependency >
146
+
140
147
<dependency >
141
148
<groupId >org.apache.maven.reporting</groupId >
142
149
<artifactId >maven-reporting-api</artifactId >
0 commit comments