kwin commented on code in PR #667:
URL: https://github.com/apache/maven-surefire/pull/667#discussion_r1243773343


##########
maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java:
##########
@@ -3474,6 +3552,14 @@ public void setAdditionalClasspathElements(String[] 
additionalClasspathElements)
         this.additionalClasspathElements = additionalClasspathElements;
     }
 
+    public Dependency[] getAdditionalClasspathDependencies() {
+        return additionalClasspathDependencies;
+    }
+
+    public void setAdditionalClasspathDependencies(Dependency[] 
additionalClasspathDependencies) {
+        this.additionalClasspathDependencies = additionalClasspathDependencies;
+    }

Review Comment:
   Right, this was again to be in line with other parameters, but agree we 
don't need them.



-- 
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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to