|
@@ -1,6 +1,7 @@
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
+<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
<parent>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
@@ -10,8 +11,8 @@
|
|
|
</parent>
|
|
|
<groupId>com.syjy</groupId>
|
|
|
<artifactId>calculation-spring-boot-starter</artifactId>
|
|
|
- <version>0.0.42</version>
|
|
|
-<!-- <version>0.0.42-SNAPSHOT</version>-->
|
|
|
+ <version>0.0.44</version>
|
|
|
+ <!-- <version>0.0.44-SNAPSHOT</version>-->
|
|
|
<name>calculation</name>
|
|
|
<description>Demo project for Spring Boot</description>
|
|
|
<properties>
|
|
@@ -34,34 +35,28 @@
|
|
|
<version>1.18.24</version>
|
|
|
<scope>compile</scope>
|
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.highgo</groupId>
|
|
|
- <artifactId>HgdbJdbc</artifactId>
|
|
|
- <version>6.2.2</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.highgo.hibernate</groupId>
|
|
|
- <artifactId>hgdb-hibernate-dialect</artifactId>
|
|
|
- <version>6.1.6</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.postgresql</groupId>
|
|
|
- <artifactId>postgresql</artifactId>
|
|
|
- <version>42.5.0</version> <!-- 请使用最新的稳定版本 -->
|
|
|
- </dependency>
|
|
|
- <!-- https://mvnrepository.com/artifact/com.xugudb/xugu-jdbc -->
|
|
|
- <dependency>
|
|
|
- <groupId>com.xugudb</groupId>
|
|
|
- <artifactId>xugu-jdbc</artifactId>
|
|
|
- <version>12.3.4</version>
|
|
|
- </dependency>
|
|
|
- <!--mysql 驱动-->
|
|
|
- <dependency>
|
|
|
- <groupId>mysql</groupId>
|
|
|
- <artifactId>mysql-connector-java</artifactId>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <!--本地使用时候放开-->
|
|
|
+ <!-- <!– 瀚高 –>-->
|
|
|
+ <!-- <dependency>-->
|
|
|
+ <!-- <groupId>com.highgo</groupId>-->
|
|
|
+ <!-- <artifactId>HgdbJdbc</artifactId>-->
|
|
|
+ <!-- <version>6.2.2</version>-->
|
|
|
+ <!-- </dependency>-->
|
|
|
+ <!-- <dependency>-->
|
|
|
+ <!-- <groupId>com.highgo.hibernate</groupId>-->
|
|
|
+ <!-- <artifactId>hgdb-hibernate-dialect</artifactId>-->
|
|
|
+ <!-- <version>6.1.6</version>-->
|
|
|
+ <!-- </dependency>-->
|
|
|
+ <!-- <!–mysql 驱动–>-->
|
|
|
+ <!-- <dependency>-->
|
|
|
+ <!-- <groupId>mysql</groupId>-->
|
|
|
+ <!-- <artifactId>mysql-connector-java</artifactId>-->
|
|
|
+ <!-- </dependency>-->
|
|
|
+ <!-- <!–postgresql 驱动–>-->
|
|
|
+ <!-- <dependency>-->
|
|
|
+ <!-- <groupId>org.postgresql</groupId>-->
|
|
|
+ <!-- <artifactId>postgresql</artifactId>-->
|
|
|
+ <!-- </dependency>-->
|
|
|
+ <!-- <!–本地使用时候放开–>-->
|
|
|
<!-- <dependency>-->
|
|
|
<!-- <groupId>kingbasejdbc4</groupId>-->
|
|
|
<!-- <artifactId>kingbasejdbc4</artifactId>-->
|
|
@@ -154,16 +149,16 @@
|
|
|
<name>Nexus Snapshot Repository</name>
|
|
|
<url>http://49.4.68.219:8888/repository/jiayue-snapshots/</url>
|
|
|
</snapshotRepository>
|
|
|
-
|
|
|
<!--csc-->
|
|
|
-<!-- <repository>-->
|
|
|
-<!-- <id>jiayue-csc-releases</id>-->
|
|
|
-<!-- <url>http://49.4.68.219:8888/repository/jiayue-csc-releases/</url>-->
|
|
|
-<!-- </repository>-->
|
|
|
-<!-- <snapshotRepository>-->
|
|
|
-<!-- <id>jiayue-csc-snapshots</id>-->
|
|
|
-<!-- <url>http://49.4.68.219:8888/repository/jiayue-csc-snapshots/</url>-->
|
|
|
-<!-- </snapshotRepository>-->
|
|
|
+ <!-- <repository>-->
|
|
|
+ <!-- <id>jiayue-csc-releases</id>-->
|
|
|
+ <!-- <name>Nexus Release Repository</name>-->
|
|
|
+ <!-- <url>http://49.4.68.219:8888/repository/jiayue-csc-releases/</url>-->
|
|
|
+ <!-- </repository>-->
|
|
|
+ <!-- <snapshotRepository>-->
|
|
|
+ <!-- <id>jiayue-csc-snapshots</id>-->
|
|
|
+ <!-- <url>http://49.4.68.219:8888/repository/jiayue-csc-snapshots/</url>-->
|
|
|
+ <!-- </snapshotRepository>-->
|
|
|
|
|
|
</distributionManagement>
|
|
|
|