cstamas commented on code in PR #10:
URL: 
https://github.com/apache/maven-build-cache-extension/pull/10#discussion_r868867885


##########
pom.xml:
##########
@@ -142,6 +142,11 @@ under the License.
             <artifactId>maven-resolver-util</artifactId>
             <version>${resolverVersion}</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.maven.resolver</groupId>
+            <artifactId>maven-resolver-transport-http</artifactId>
+            <version>${resolverVersion}</version>

Review Comment:
   This one is in maven 3.9.x and 4.0.x... so maybe "provided"? Or build cache 
is meant to work with older versions as well?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to