We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7b999a commit 4931bc5Copy full SHA for 4931bc5
TODO
@@ -1,4 +1,3 @@
1
Java 15/17 Migration
2
3
-- Replace pegdown with something else
4
- Upgrade spring
pom.xml
@@ -107,13 +107,6 @@
107
<version>${jackson2-version}</version>
108
</dependency>
109
110
- <!-- Markdown -->
111
- <dependency>
112
- <groupId>org.pegdown</groupId>
113
- <artifactId>pegdown</artifactId>
114
- <version>1.6.0</version>
115
- </dependency>
116
-
117
<!-- Test dependencies -->
118
<dependency>
119
<groupId>ch.qos.logback</groupId>
0 commit comments