fix: Clean markdown/pom.xml

This commit is contained in:
1ambda 2016-11-22 19:54:50 +09:00
parent 96a9f07684
commit 1fe71f90fa

View file

@ -32,6 +32,11 @@
<version>0.7.0-SNAPSHOT</version>
<name>Zeppelin: Markdown interpreter</name>
<properties>
<markdown4j.version>2.2-cj-1.0</markdown4j.version>
<pegdown.version>1.6.0</pegdown.version>
</properties>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
@ -45,23 +50,23 @@
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</dependency>
<dependency>
<groupId>org.commonjava.googlecode.markdown4j</groupId>
<artifactId>markdown4j</artifactId>
<version>2.2-cj-1.0</version>
<version>${markdown4j.version}</version>
</dependency>
<dependency>
<groupId>org.pegdown</groupId>
<artifactId>pegdown</artifactId>
<version>1.6.0</version>
<version>${pegdown.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
@ -73,8 +78,7 @@
<plugins>
<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.3.1</version>
<executions>
<executions>
<execution>
<id>enforce</id>
<phase>none</phase>
@ -84,7 +88,6 @@
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.8</version>
<executions>
<execution>
<id>copy-dependencies</id>