Class DropDependencyVersionOperation

java.lang.Object
io.quarkus.devtools.project.update.rewrite.operations.DropDependencyVersionOperation
All Implemented Interfaces:
RewriteOperation

public class DropDependencyVersionOperation extends Object implements RewriteOperation
  • Constructor Details

    • DropDependencyVersionOperation

      public DropDependencyVersionOperation(String groupId, String artifactId)
  • Method Details