diff --git a/README.md b/README.md
index 8c45498f..fa3229c2 100644
--- a/README.md
+++ b/README.md
@@ -134,14 +134,6 @@ All tests can be run from the command line using:
If you're looking for more information on the output from a test, try checking the `target/maven-it/**/*IT/**` directory contents after running the tests. It will contain the project state output, including maven logs, etc. Check the [`Integration Testing Framework Users Guide`](https://khmarbaise.github.io/maven-it-extension/itf-documentation/usersguide/usersguide.html) for information, too. It's good.
-### Using this plugin against itself
-
-The `pom.xml` file contains a `bootstrap` profile to use the `rewrite-maven-plugin` against itself (it's a helpful plugin, why not use it to help develop itself?).
-
-```sh
-./mvnw -Pbootstrap rewrite:dryRun
-```
-
## Contributing
We appreciate all types of contributions. See the [contributing guide](https://github.com/openrewrite/.github/blob/main/CONTRIBUTING.md) for detailed instructions on how to get started.
diff --git a/pom.xml b/pom.xml
index 3d559a20..fe896c03 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,6 +79,9 @@
UTF-8
1.8
+ 17
+ 17
+
2.15.2
4.1.94.Final
@@ -304,7 +307,6 @@
-
org.junit.jupiter
junit-jupiter-api
test
@@ -326,7 +328,6 @@
test
-
org.assertj
assertj-core
@@ -596,29 +597,6 @@
-
-
-
-
- bootstrap
-
-
-
- org.openrewrite.maven
- rewrite-maven-plugin
- 4.40.0
-
-
- org.openrewrite.java.format.AutoFormat
-
-
-
-
-
-
- true
-
-