|
@@ -12,17 +12,19 @@
|
|
|
<properties>
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
</properties>
|
|
|
+
|
|
|
<parent>
|
|
|
<groupId>cn.com.taiji</groupId>
|
|
|
<artifactId>cn.com.taiji.zyml</artifactId>
|
|
|
<version>1.0.0</version>
|
|
|
</parent>
|
|
|
+
|
|
|
<dependencies>
|
|
|
<!-- https://mvnrepository.com/artifact/com.hankcs/hanlp -->
|
|
|
<dependency>
|
|
|
<groupId>bjca</groupId>
|
|
|
- <artifactId>bjcaRestSdk</artifactId>
|
|
|
- <version>1.0.0</version>
|
|
|
+ <artifactId>bjcaRestSdk</artifactId>
|
|
|
+ <version>1.0.0</version>
|
|
|
<scope>system</scope>
|
|
|
<systemPath>${project.basedir}/lib/bjcaRestSdk-1.0.0.jar</systemPath>
|
|
|
</dependency>
|
|
@@ -163,10 +165,6 @@
|
|
|
<groupId>mysql</groupId>
|
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
|
</dependency>
|
|
|
-<!-- <dependency>-->
|
|
|
-<!-- <groupId>com.oracle</groupId>-->
|
|
|
-<!-- <artifactId>ojdbc6</artifactId>-->
|
|
|
-<!-- </dependency>-->
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-data-jpa</artifactId>
|
|
@@ -178,6 +176,10 @@
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
+ <artifactId>spring-boot-starter-data-mongodb</artifactId>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
@@ -348,12 +350,12 @@
|
|
|
<version>5.22.0</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
- <groupId>com.ali</groupId>
|
|
|
- <artifactId>http-sdk</artifactId>
|
|
|
+ <groupId>com.ali</groupId>
|
|
|
+ <artifactId>http-sdk</artifactId>
|
|
|
<version>1.0.4.2</version>
|
|
|
<scope>system</scope>
|
|
|
<systemPath>${project.basedir}/lib/http-sdk-1.0.4.2.jar</systemPath>
|
|
|
- </dependency>
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.codehaus.jackson</groupId>
|
|
|
<artifactId>jackson-core-asl</artifactId>
|
|
@@ -367,6 +369,7 @@
|
|
|
</dependencies>
|
|
|
<build>
|
|
|
<plugins>
|
|
|
+
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|