ebc

pom.xml 5.4KB

    <?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"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>components</artifactId> <groupId>com.ai.bss</groupId> <version>2.1.5-SNAPSHOT</version> </parent> <groupId>com.ai.bss</groupId> <artifactId>location-rescue-service</artifactId> <version>1.0-SNAPSHOT</version> <dependencies> <dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper</artifactId> <version>5.0.3</version> </dependency> <!-- <dependency> <groupId>com.ai.ipu</groupId> <artifactId>ipu-data</artifactId> <version>3.1-SNAPSHOT</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.ai.ipu</groupId> <artifactId>ipu-basic</artifactId> <version>3.1-SNAPSHOT</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.ai.wade</groupId> <artifactId>wade-common</artifactId> <version>1.0</version> <scope>compile</scope> </dependency>--> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpmime</artifactId> </dependency> <dependency> <groupId>com.ai.bss</groupId> <artifactId>work-tool-service-api</artifactId> <version>2.1.5-SNAPSHOT</version> </dependency> <dependency> <groupId>com.ai.bss</groupId> <artifactId>work-tool-service</artifactId> <version>2.1.5-SNAPSHOT</version> </dependency> <dependency> <groupId>com.ai.bss</groupId> <artifactId>worker-service</artifactId> <version>2.1.5-SNAPSHOT</version> </dependency> <dependency> <groupId>com.ai.bss</groupId> <artifactId>characteristic-spec-service</artifactId> <version>2.1.5-SNAPSHOT</version> </dependency> <!-- <dependency> <groupId>com.ai.ipu</groupId> <artifactId>ipu-common</artifactId> <version>3.1-SNAPSHOT</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi-ooxml</artifactId> <version>3.14</version> <scope>compile</scope> </dependency>--> <dependency> <groupId>com.ai.bss</groupId> <artifactId>system-user-service</artifactId> <version>2.1.5-SNAPSHOT</version> <exclusions> <exclusion> <groupId>org.springframework.boot</groupId> <artifactId> spring-boot-starter-security </artifactId> </exclusion> </exclusions> </dependency> <!-- uspa登录拦截效验--> <!-- <dependency> <groupId>com.ai.bss</groupId> <artifactId>sso-util</artifactId> <version>1.0.0-RELEASE</version> </dependency>--> <dependency> <groupId>com.wframe</groupId> <artifactId>sso-util</artifactId> <version>1.2</version> </dependency> <!-- 缓存 --> <dependency> <groupId>com.ai.ipu</groupId> <artifactId>ipu-cache</artifactId> <version>3.1-SNAPSHOT</version> <exclusions> <exclusion> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-slf4j-impl</artifactId> </exclusion> </exclusions> </dependency> <!-- IPU 镜屏 --> <dependency> <groupId>com.ai.ipu.server</groupId> <artifactId>iot-stomp-server</artifactId> <version>3.1-SNAPSHOT</version> <exclusions> <exclusion> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-slf4j-impl</artifactId> </exclusion> </exclusions> </dependency> </dependencies> <repositories> <repository> <id>mgpd</id> <name>mgpd</name> <url>http://maven.cst.asiainfo.com/repository/mgpd-group/</url> <snapshots> <enabled>true</enabled> </snapshots> </repository> </repositories> <pluginRepositories> <pluginRepository> <id>mgpd</id> <name>mgpd</name> <url>http://maven.cst.asiainfo.com/repository/mgpd-group/</url> <snapshots> <enabled>true</enabled> </snapshots> </pluginRepository> </pluginRepositories> </project>