<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>im.qingtui.qbee.open</groupId>
    <artifactId>qbee-op-sdk</artifactId>
    <version>1.4.7</version>
  </parent>
  <groupId>im.qingtui.qbee.open</groupId>
  <artifactId>qbee-op-third-token</artifactId>
  <version>1.4.7</version>
  <description>赛迪信息生产协同开放平台具备强大的开放连接能力，既能让企业在已有的信息化建设基础上不替代、不废弃地集成各类业务系统，将工作信息汇聚一处；亦能为第三方应用集成开发提供平台接口及各类技术支持</description>
  <url>http://qbee.qingtui.cn</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>Jun.D.Yang</id>
      <name>阳君</name>
      <email>Jun.D.Yang@cisdi.com.cn</email>
      <organization>CISDI</organization>
      <organizationUrl>http://www.cisdi.com.cn</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>https://qtgit.qingtui.im/eb/qbee-openplatfrom-sdk.git</connection>
    <developerConnection>https://qtgit.qingtui.im/eb/qbee-openplatfrom-sdk</developerConnection>
    <url>https://qtgit.qingtui.im/eb/qbee-openplatfrom-sdk</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>im.qingtui.qbee.open</groupId>
      <artifactId>qbee-op-base</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-web</artifactId>
      <version>2.3.3.RELEASE</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.auth0</groupId>
      <artifactId>java-jwt</artifactId>
      <version>3.4.0</version>
      <exclusions>
        <exclusion>
          <groupId>com.fasterxml.jackson.core</groupId>
          <artifactId>jackson-databind</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
</project>
