123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178 |
- <?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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <parent>
- <artifactId>huimv-hy-production</artifactId>
- <groupId>com.huimv</groupId>
- <version>0.0.1-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <artifactId>huimv.egg.datasource</artifactId>
- <dependencies>
- <!-- SQLServer 2008 -->
- <!-- <dependency>-->
- <!-- <groupId>com.microsoft.sqlserver</groupId>-->
- <!-- <artifactId>sqljdbc4</artifactId>-->
- <!-- <version>4.0</version>-->
- <!-- </dependency>-->
- <!-- <dependency>-->
- <!-- <groupId>com.microsoft.sqlserver</groupId>-->
- <!-- <artifactId>mssql-jdbc</artifactId>-->
- <!-- <version>6.2.2.jre8</version>-->
- <!-- </dependency>-->
- <!-- ok SQLServer 2012 -->
- <!-- <dependency>-->
- <!-- <groupId>com.microsoft.sqlserver</groupId>-->
- <!-- <artifactId>mssql-jdbc</artifactId>-->
- <!-- <version>6.4.0.jre8</version>-->
- <!-- </dependency>-->
- <!-- ok SQLServer 2012 -->
- <!-- <dependency>-->
- <!-- <groupId>com.microsoft.sqlserver</groupId>-->
- <!-- <artifactId>mssql-jdbc</artifactId>-->
- <!-- <version>7.0.0.jre8</version>-->
- <!-- </dependency>-->
- <!-- ok SQLServer 2012 -->
- <!-- <dependency>-->
- <!-- <groupId>com.microsoft.sqlserver</groupId>-->
- <!-- <artifactId>mssql-jdbc</artifactId>-->
- <!-- <version>7.2.2.jre8</version>-->
- <!-- </dependency>-->
- <!-- ok SQLServer 2012 -->
- <!-- <dependency>-->
- <!-- <groupId>com.microsoft.sqlserver</groupId>-->
- <!-- <artifactId>mssql-jdbc</artifactId>-->
- <!-- <version>7.4.1.jre8</version>-->
- <!-- </dependency>-->
- <!-- ok SQLServer 2012 -->
- <dependency>
- <groupId>com.microsoft.sqlserver</groupId>
- <artifactId>mssql-jdbc</artifactId>
- <version>8.2.2.jre8</version>
- </dependency>
- <!-- <dependency>-->
- <!-- <groupId>com.microsoft.sqlserver</groupId>-->
- <!-- <artifactId>mssql-jdbc</artifactId>-->
- <!-- <version>8.4.1.jre8</version>-->
- <!-- </dependency>-->
- <!-- <dependency>-->
- <!-- <groupId>com.microsoft.sqlserver</groupId>-->
- <!-- <artifactId>mssql-jdbc</artifactId>-->
- <!-- <version>9.2.1.jre8</version>-->
- <!-- </dependency>-->
- <!-- <dependency>-->
- <!-- <groupId>com.microsoft.sqlserver</groupId>-->
- <!-- <artifactId>mssql-jdbc</artifactId>-->
- <!-- <version>9.4.1.jre8</version>-->
- <!-- </dependency>-->
- <!-- failure -->
- <!-- <dependency>-->
- <!-- <groupId>com.microsoft.sqlserver</groupId>-->
- <!-- <artifactId>mssql-jdbc</artifactId>-->
- <!-- <version>10.2.0.jre8</version>-->
- <!-- </dependency>-->
- <!-- jwt -->
- <dependency>
- <groupId>com.auth0</groupId>
- <artifactId>java-jwt</artifactId>
- <version>3.8.3</version>
- </dependency>
- <dependency>
- <groupId>joda-time</groupId>
- <artifactId>joda-time</artifactId>
- <version>LATEST</version>
- </dependency>
- <!--commons-lang-->
- <dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- <version>2.6</version>
- </dependency>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-lang3</artifactId>
- </dependency>
- <!--hutool-->
- <dependency>
- <groupId>cn.hutool</groupId>
- <artifactId>hutool-all</artifactId>
- <version>LATEST</version>
- </dependency>
- <dependency>
- <groupId>org.apache.directory.studio</groupId>
- <artifactId>org.apache.commons.codec</artifactId>
- <version>1.8</version>
- </dependency>
- <dependency>
- <groupId>joda-time</groupId>
- <artifactId>joda-time</artifactId>
- <version>2.9.4</version>
- </dependency>
- <!-- 排除Tomcat容器 -->
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-web</artifactId>
- <!-- 移除掉默认支持的 Tomcat -->
- <exclusions>
- <exclusion>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-tomcat</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <!-- 添加 Undertow 容器 -->
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-undertow</artifactId>
- </dependency>
- <!-- fastjson -->
- <dependency>
- <groupId>com.alibaba</groupId>
- <artifactId>fastjson</artifactId>
- <version>1.2.28</version>
- </dependency>
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-test</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-lang3</artifactId>
- <version>3.7</version>
- </dependency>
- </dependencies>
- <repositories>
- <repository>
- <id>apache</id>
- <url>https://repo.maven.apache.org/maven2</url>
- </repository>
- <repository>
- <id>clojars</id>
- <url>http://clojars.org/repo/</url>
- </repository>
- </repositories>
- </project>
|