kimi42345
2020-03-28 6b8b0999a30ac8dc5d868fcab9c4bf24336ce521
pom.xml
@@ -20,6 +20,10 @@
         <id>pentaho</id>
         <url>http://nexus.pentaho.org/content/groups/omni/</url>
      </repository>
      <!--<repository>-->
         <!--<id>mylibid</id>-->
         <!--<url>file://${pom.basedir}/lib</url>-->
      <!--</repository>-->
   </repositories>
   <properties>
@@ -408,7 +412,15 @@
         <artifactId>xxl-job-core</artifactId>
         <version>2.2.0</version>
         <scope>system</scope>
         <systemPath>${project.basedir}/src/main/resources/lib/xxl-job-core-2.2.0-SNAPSHOT.jar</systemPath>
         <systemPath>${pom.basedir}/src/main/resources/lib/xxl-job-core-2.2.0-SNAPSHOT.jar</systemPath>
      </dependency>
      <dependency>
         <groupId>com.datacvg</groupId>
         <artifactId>common</artifactId>
         <version>1.0</version>
         <scope>system</scope>
         <systemPath>${pom.basedir}/src/main/resources/lib/common-1.0.jar</systemPath>
      </dependency>
   </dependencies>