|
@@ -34,6 +34,30 @@
|
|
|
<scope>system</scope>
|
|
|
<systemPath>${project.basedir}/libs/tech-sdk-2.1.20.jar</systemPath>
|
|
|
</dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.timevale</groupId>
|
|
|
+ <artifactId>smUtil</artifactId>
|
|
|
+ <version>1.0</version>
|
|
|
+ <scope>system</scope>
|
|
|
+ <systemPath>${project.basedir}/libs/smUtil-1.0.jar</systemPath>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.timevale</groupId>
|
|
|
+ <artifactId>tgtext</artifactId>
|
|
|
+ <version>3.2.14</version>
|
|
|
+ <scope>system</scope>
|
|
|
+ <systemPath>${project.basedir}/libs/tgtext-3.2.14.jar</systemPath>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.timevale</groupId>
|
|
|
+ <artifactId>utils</artifactId>
|
|
|
+ <version>3.0.6</version>
|
|
|
+ <scope>system</scope>
|
|
|
+ <systemPath>${project.basedir}/libs/utils-3.0.6.jar</systemPath>
|
|
|
+ </dependency>
|
|
|
|
|
|
</dependencies>
|
|
|
|