Browse Source

[打包错误] 解决maven依赖包版本过高的错误

Li Yuan 1 year ago
parent
commit
15c9c0d070

+ 1 - 0
ibps-activiti-root/modules/activiti-bpmn-converter-5230/pom.xml

@@ -90,6 +90,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
+        <version>5.1.9</version>
         <executions>
           <execution>
             <phase>generate-sources</phase>

+ 1 - 0
ibps-activiti-root/modules/activiti-bpmn-model-5230/pom.xml

@@ -35,6 +35,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
+        <version>5.1.9</version>
         <executions>
           <execution>
             <phase>generate-sources</phase>