aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/readme.md b/readme.md
index 7ca331564..026398dd2 100644
--- a/readme.md
+++ b/readme.md
@@ -36,15 +36,6 @@ The project binaries are available in Maven Central. Just add the following to
</dependency>
```
-If you would like to create visitors by generating code or are interested in how code generation can be done, take a look at:
-```xml
-<dependency>
- <groupId>com.github.javaparser</groupId>
- <artifactId>javaparser-core-generators</artifactId>
- <version>3.2.1</version>
-</dependency>
-```
-
## How To Compile Sources
If you have checkout the project from GitHub you can build the project with maven using: