Hi,
I need to add the following dependency to the pom.xml file in
cluster/admin for the ssh work I'm doing. Any issues?
+ <dependency>
+ <groupId>org.glassfish.cluster</groupId>
+ <artifactId>cluster-ssh</artifactId>
+ <version>${project.version}</version>
+ </dependency>