| | |
| | | <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> |
| | |
| | | <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> |