Support Markdown lists
This commit is contained in:
parent
301eaaf98d
commit
90f84950d2
24 changed files with 307 additions and 88 deletions
6
pom.xml
6
pom.xml
|
|
@ -23,12 +23,18 @@
|
|||
<maven-surefire-plugin.version>3.0.0-M5</maven-surefire-plugin.version>
|
||||
<maven-jar-plugin.version>3.2.0</maven-jar-plugin.version>
|
||||
<maven-shade.plugin.version>3.2.2</maven-shade.plugin.version>
|
||||
<jsr305.version>3.0.2</jsr305.version>
|
||||
<mainClass>com.albertoventurini.parsley.Main</mainClass>
|
||||
</properties>
|
||||
|
||||
<dependencyManagement>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.google.code.findbugs</groupId>
|
||||
<artifactId>jsr305</artifactId>
|
||||
<version>3.0.2</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.junit.jupiter</groupId>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue