You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
113 lines
3.6 KiB
113 lines
3.6 KiB
<?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>EmergencyService</artifactId>
|
|
<groupId>EmergencyService</groupId>
|
|
<version>1.0</version>
|
|
<!--<relativePath></relativePath>-->
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>EmergencyService</groupId>
|
|
<artifactId>zdxtEmergencyAuthService</artifactId>
|
|
<dependencies>
|
|
<!--<dependency>-->
|
|
<!--<groupId>EmergencyServiceApi</groupId>-->
|
|
<!--<artifactId>emergencyAuthServiceApi</artifactId>-->
|
|
<!--<version>1.0</version>-->
|
|
<!--</dependency>-->
|
|
<!--<dependency>-->
|
|
<!--<groupId>EmergencyService</groupId>-->
|
|
<!--<artifactId>zdxtEmergencydutyService</artifactId>-->
|
|
<!--<version>1.0</version>-->
|
|
<!--<scope>compile</scope>-->
|
|
<!--</dependency>-->
|
|
|
|
|
|
<dependency>
|
|
<groupId>EmergencyService</groupId>
|
|
<artifactId>zdxtEmergencyLogService</artifactId>
|
|
<version>1.0</version>
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
<groupId>com.sfj</groupId>
|
|
<artifactId>baseUCclient-1.4</artifactId>
|
|
<version>1.8</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/src/main/resources/lib/baseUCclient-1.4.jar</systemPath>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.sfj</groupId>
|
|
<artifactId>commons-pool2-2.4.2</artifactId>
|
|
<version>1.8</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/src/main/resources/lib/commons-pool2-2.4.2.jar</systemPath>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<groupId>com.sfj</groupId>
|
|
<artifactId>jedis-3.3.0</artifactId>
|
|
<version>1.8</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/src/main/resources/lib/jedis-3.3.0.jar</systemPath>
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
<groupId>com.sfj</groupId>
|
|
<artifactId>kryo-4.0.0-all</artifactId>
|
|
<version>1.8</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/src/main/resources/lib/kryo-4.0.0-all.jar</systemPath>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<groupId>com.sfj</groupId>
|
|
<artifactId>memcached-2.5.2.1</artifactId>
|
|
<version>1.8</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/src/main/resources/lib/memcached-2.5.2.1.jar</systemPath>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
<artifactId>httpclient</artifactId>
|
|
<version>4.5.6</version>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<groupId>com.google.code.gson</groupId>
|
|
<artifactId>gson</artifactId>
|
|
<version>2.8.5</version>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<groupId>com.nimbusds</groupId>
|
|
<artifactId>nimbus-jose-jwt</artifactId>
|
|
<version>9.1.2</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
<artifactId>httpcore</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.auth0</groupId>
|
|
<artifactId>java-jwt</artifactId>
|
|
<version>3.9.0</version>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
</project>
|