<?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>
    <groupId>org.srm</groupId>
    <artifactId>srm-parent</artifactId>
    <version>1.4.13.RELEASE</version>
  </parent>
  <artifactId>srm-interface</artifactId>
  <version>1.4.44.RELEASE</version>
  <properties>
    <srm.interface.config.version>1.4.16.RELEASE</srm.interface.config.version>
    <spring.mock.version>2.0.8</spring.mock.version>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.srm.starter</groupId>
      <artifactId>srm-starter-core</artifactId>
    </dependency>
    <dependency>
      <groupId>org.srm.starter</groupId>
      <artifactId>srm-starter-web</artifactId>
    </dependency>
    <dependency>
      <groupId>org.srm.boot</groupId>
      <artifactId>srm-boot-common</artifactId>
    </dependency>
    <dependency>
      <groupId>org.srm.boot</groupId>
      <artifactId>srm-boot-interface</artifactId>
    </dependency>
    <dependency>
      <groupId>org.srm.plugin</groupId>
      <artifactId>interface-jd</artifactId>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.srm.plugin</groupId>
      <artifactId>interface-cg</artifactId>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.srm</groupId>
      <artifactId>srm-interface-config</artifactId>
      <version>${srm.interface.config.version}</version>
    </dependency>
    <dependency>
      <groupId>org.hzero.starter</groupId>
      <artifactId>hzero-starter-mybatis-mapper</artifactId>
    </dependency>
    <dependency>
      <groupId>org.hzero.starter</groupId>
      <artifactId>hzero-starter-dynamic-route</artifactId>
    </dependency>
    <dependency>
      <groupId>org.hzero.boot</groupId>
      <artifactId>hzero-boot-scheduler</artifactId>
    </dependency>
    <dependency>
      <groupId>org.hzero.boot</groupId>
      <artifactId>hzero-boot-common</artifactId>
    </dependency>
    <dependency>
      <groupId>org.hzero.boot</groupId>
      <artifactId>hzero-boot-platform</artifactId>
    </dependency>
    <dependency>
      <groupId>org.hzero.boot</groupId>
      <artifactId>hzero-boot-message</artifactId>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-web</artifactId>
      <exclusions>
        <exclusion>
          <groupId>org.springframework.boot</groupId>
          <artifactId>spring-boot-starter-tomcat</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-undertow</artifactId>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-configuration-processor</artifactId>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-aop</artifactId>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-data-redis</artifactId>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-websocket</artifactId>
    </dependency>
    <dependency>
      <groupId>org.springframework.cloud</groupId>
      <artifactId>spring-cloud-config-client</artifactId>
    </dependency>
    <dependency>
      <groupId>org.springframework.retry</groupId>
      <artifactId>spring-retry</artifactId>
    </dependency>
    <dependency>
      <groupId>org.springframework.security</groupId>
      <artifactId>spring-security-ldap</artifactId>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-mock</artifactId>
      <version>${spring.mock.version}</version>
    </dependency>
    <dependency>
      <groupId>com.squareup.retrofit2</groupId>
      <artifactId>retrofit</artifactId>
    </dependency>
    <dependency>
      <groupId>com.squareup.retrofit2</groupId>
      <artifactId>converter-jackson</artifactId>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-collections4</artifactId>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.dataformat</groupId>
      <artifactId>jackson-dataformat-yaml</artifactId>
    </dependency>
    <dependency>
      <groupId>org.srm.plugin</groupId>
      <artifactId>srm-liquibase</artifactId>
    </dependency>
    <dependency>
      <groupId>org.mybatis</groupId>
      <artifactId>mybatis-typehandlers-jsr310</artifactId>
      <version>1.0.2</version>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-actuator</artifactId>
    </dependency>
    <dependency>
      <groupId>io.micrometer</groupId>
      <artifactId>micrometer-registry-prometheus</artifactId>
    </dependency>
    <dependency>
      <groupId>org.hzero.boot</groupId>
      <artifactId>hzero-boot-interface</artifactId>
      <version>1.1.0.RELEASE</version>
    </dependency>
    <dependency>
      <groupId>org.hzero.starter</groupId>
      <artifactId>hzero-starter-integration-sdk</artifactId>
      <version>1.1.0.RELEASE</version>
    </dependency>
    <dependency>
      <groupId>org.jdom</groupId>
      <artifactId>jdom</artifactId>
      <version>2.0.2</version>
    </dependency>
  </dependencies>
  <repositories>
    <repository>
      <id>SRMRelease</id>
      <name>SRM-Release Repository</name>
      <url>http://nexus.saas.hand-china.com/content/repositories/srm-release/</url>
      <releases>
        <enabled>true</enabled>
      </releases>
    </repository>
    <repository>
      <id>SRMSnapshot</id>
      <name>SRM-Snapshot Repository</name>
      <url>http://nexus.saas.hand-china.com/content/repositories/srm-snapshot/</url>
      <snapshots>
        <enabled>true</enabled>
        <updatePolicy>always</updatePolicy>
      </snapshots>
    </repository>
    <repository>
      <id>HzeroRelease</id>
      <name>Hzero-Release Repository</name>
      <url>http://nexus.saas.hand-china.com/content/repositories/Hzero-Release/</url>
      <releases>
        <enabled>true</enabled>
      </releases>
    </repository>
    <repository>
      <id>HzeroSnapshot</id>
      <name>Hzero-Snapshot Repository</name>
      <url>http://nexus.saas.hand-china.com/content/repositories/Hzero-Snapshot/</url>
      <snapshots>
        <enabled>true</enabled>
        <updatePolicy>always</updatePolicy>
      </snapshots>
    </repository>
  </repositories>
</project>

