From ccb933362251344091a3881a4950dcab33c5008f Mon Sep 17 00:00:00 2001
From: kimi <kimi42345@gmail.com>
Date: 星期六, 28 三月 2020 11:47:55 +0800
Subject: [PATCH] no message

---
 pom.xml |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/pom.xml b/pom.xml
index f13b308..25f72da 100644
--- a/pom.xml
+++ b/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>

--
Gitblit v1.8.0