|
@@ -77,6 +77,15 @@
|
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
|
<version>2.4</version>
|
|
|
</plugin>
|
|
|
+ <plugin>
|
|
|
+ <groupId>org.apache.maven.plugins</groupId>
|
|
|
+ <artifactId>maven-javadoc-plugin</artifactId>
|
|
|
+ <configuration>
|
|
|
+ <aggregate>true</aggregate>
|
|
|
+ <encoding>UTF-8</encoding>
|
|
|
+ <charset>UTF-8</charset>
|
|
|
+ </configuration>
|
|
|
+ </plugin>
|
|
|
<plugin>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
@@ -282,18 +291,6 @@
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>org.activiti</groupId>
|
|
|
- <artifactId>activiti-explorer</artifactId>
|
|
|
- <version>${activiti.version}</version>
|
|
|
- <exclusions>
|
|
|
- <exclusion>
|
|
|
- <groupId>org.slf4j</groupId>
|
|
|
- <artifactId>slf4j-log4j12</artifactId>
|
|
|
- </exclusion>
|
|
|
- </exclusions>
|
|
|
- </dependency>
|
|
|
-
|
|
|
<dependency>
|
|
|
<groupId>org.activiti</groupId>
|
|
|
<artifactId>activiti-modeler</artifactId>
|
|
@@ -319,7 +316,6 @@
|
|
|
</snapshots>
|
|
|
</repository>
|
|
|
</repositories>
|
|
|
-
|
|
|
<distributionManagement>
|
|
|
<repository>
|
|
|
<id>releases</id>
|