Skip to content

Commit 38b3ee4

Browse files
committed
remove main method
1 parent d06099b commit 38b3ee4

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

java-shared-dependencies/unmanaged-dependency-check/src/main/java/com/google/cloud/UnmanagedDependencyCheck.java

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,6 @@ public class UnmanagedDependencyCheck {
2121
// regex of handwritten artifacts
2222
private final static String downstreamArtifact = "(com.google.cloud:google-cloud-.*)|(com.google.api.grpc:(grpc|proto)-google-cloud-.*)";
2323

24-
25-
/**
26-
* @param args An array with two elements.<p> The first string is the version of Java shared
27-
* dependencies. <p> The second string is the path of a pom.xml contains BOM.
28-
*/
29-
public static void main(String[] args)
30-
throws MavenRepositoryException, InvalidVersionSpecificationException {
31-
checkArgument(args.length == 2, "The length of the inputs should be 2");
32-
System.out.println(getUnmanagedDependencies(args[0], args[1]));
33-
}
34-
3524
/**
3625
* Returns dependency coordinates that are not managed by shared dependency BOM.
3726
*

0 commit comments

Comments
 (0)