What version of OpenRewrite are you using?
2.16.0
How are you running OpenRewrite?
I am applying the Maven Command Line command on a single module project.
Can you share your configuration so that we can rule out any configuration issues?
I am not explicitly changing any configuration.
What is the smallest, simplest way to reproduce the problem?
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-junit</artifactId>
<scope>test</scope>
</dependency>
What did you expect to see?
Dependency removed.
What did you see instead?
Dependency still declared.
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-junit</artifactId>
<scope>test</scope>
</dependency>
yes
What version of OpenRewrite are you using?
2.16.0
How are you running OpenRewrite?
I am applying the Maven Command Line command on a single module project.
Can you share your configuration so that we can rule out any configuration issues?
I am not explicitly changing any configuration.
What is the smallest, simplest way to reproduce the problem?
What did you expect to see?
Dependency removed.
What did you see instead?
Dependency still declared.
Are you interested in contributing a fix to OpenRewrite?
yes