added Highlight.js and updated flexmark, release 1.3.2
This commit is contained in:
18
pom.xml
18
pom.xml
@@ -51,29 +51,34 @@
|
||||
<dependency>
|
||||
<groupId>com.vladsch.flexmark</groupId>
|
||||
<artifactId>flexmark-all</artifactId>
|
||||
<version>0.32.22</version>
|
||||
<version>0.32.24</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.vladsch.flexmark</groupId>
|
||||
<artifactId>flexmark-ext-anchorlink</artifactId>
|
||||
<version>0.32.22</version>
|
||||
<version>0.32.24</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.vladsch.flexmark</groupId>
|
||||
<artifactId>flexmark-ext-autolink</artifactId>
|
||||
<version>0.32.22</version>
|
||||
<version>0.32.24</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.vladsch.flexmark</groupId>
|
||||
<artifactId>flexmark-ext-superscript</artifactId>
|
||||
<version>0.32.22</version>
|
||||
<version>0.32.24</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.vladsch.flexmark</groupId>
|
||||
<artifactId>flexmark-ext-youtube-embedded</artifactId>
|
||||
<version>0.32.22</version>
|
||||
<version>0.32.24</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.atlassian.plugin</groupId>
|
||||
<artifactId>atlassian-spring-scanner-annotation</artifactId>
|
||||
<version>${atlassian.spring.scanner.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
<build>
|
||||
<plugins>
|
||||
@@ -101,6 +106,7 @@
|
||||
<confluence.data.version>6.9.0</confluence.data.version>
|
||||
<amps.version>6.2.11</amps.version>
|
||||
<plugin.testrunner.version>1.1</plugin.testrunner.version>
|
||||
<atlassian.spring.scanner.version>2.1.7</atlassian.spring.scanner.version>
|
||||
</properties>
|
||||
<scm>
|
||||
<connection>scm:git:git@bitbucket.org:atlasauthority/markdown-macro-for-confluence.git</connection>
|
||||
|
||||
Reference in New Issue
Block a user