| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184 |
- <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>com.hotent</groupId>
- <artifactId>eip</artifactId>
- <version>8.0.7</version>
- </parent>
- <artifactId>uc</artifactId>
- <name>uc</name>
- <description>user center</description>
- <properties>
- <cron-utils.version>7.0.1</cron-utils.version>
- <spring-boot-starter-mobile.version>1.5.9.RELEASE</spring-boot-starter-mobile.version>
- </properties>
- <dependencies>
- <!-- Spring boot 测试 -->
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-test</artifactId>
- <scope>test</scope>
- </dependency>
- <!-- excel处理相关 -->
- <dependency>
- <groupId>com.hotent</groupId>
- <artifactId>poi</artifactId>
- <version>${parent.version}</version>
- </dependency>
- <!-- ad同步 -->
- <dependency>
- <groupId>org.springframework.ldap</groupId>
- <artifactId>spring-ldap-core</artifactId>
- </dependency>
- <!-- 定时任务一 -->
- <dependency>
- <groupId>com.cronutils</groupId>
- <artifactId>cron-utils</artifactId>
- <version>${cron-utils.version}</version>
- </dependency>
- <!-- Spring boot 移动端支持 -->
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-mobile</artifactId>
- <version>${spring-boot-starter-mobile.version}</version>
- </dependency>
- <!-- rest-auth-service 获取请求方法的授权信息 portal门户模块请不要依赖 只在 bpm-model bpm-runtime
- form,uc中依赖 -->
- <dependency>
- <groupId>com.hotent</groupId>
- <artifactId>rest-auth-service</artifactId>
- <version>${parent.version}</version>
- </dependency>
- <!-- redis -->
- <dependency>
- <groupId>com.hotent</groupId>
- <artifactId>redis</artifactId>
- <version>${parent.version}</version>
- </dependency>
- <!-- 外部接口依赖 -->
- <dependency>
- <groupId>com.hotent</groupId>
- <artifactId>api-manager</artifactId>
- <version>${parent.version}</version>
- </dependency>
- <!-- mq -->
- <dependency>
- <groupId>com.hotent</groupId>
- <artifactId>jms</artifactId>
- <version>${project.version}</version>
- </dependency>
- <!-- 其他模块使用I18nUtil的方法,获取国际化资源 -->
- <dependency>
- <groupId>com.hotent</groupId>
- <artifactId>i18n</artifactId>
- <version>${project.version}</version>
- <exclusions>
- <exclusion>
- <groupId>com.hotent</groupId>
- <artifactId>uc-api-impl</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <!-- service -->
- <dependency>
- <groupId>com.hotent</groupId>
- <artifactId>service</artifactId>
- <version>${project.version}</version>
- </dependency>
- <!-- table -->
- <dependency>
- <groupId>com.hotent</groupId>
- <artifactId>table</artifactId>
- <version>${parent.version}</version>
- </dependency>
- <!-- 二维码 -->
- <dependency>
- <groupId>com.google.zxing</groupId>
- <artifactId>core</artifactId>
- <version>3.3.0</version>
- </dependency>
- <!-- https://mvnrepository.com/artifact/com.google.zxing/javase -->
- <dependency>
- <groupId>com.google.zxing</groupId>
- <artifactId>javase</artifactId>
- <version>3.3.0</version>
- </dependency>
- <dependency>
- <groupId>com.aliyun</groupId>
- <artifactId>dingtalk</artifactId>
- <version>1.1.86</version>
- </dependency>
- <dependency>
- <groupId>com.aliyun</groupId>
- <artifactId>alibaba-dingtalk-service-sdk</artifactId>
- <version>2.0.0</version>
- </dependency>
- <dependency>
- <groupId>com.dingtalk.open</groupId>
- <artifactId>app-stream-client</artifactId>
- <version>1.3.5</version>
- </dependency>
- <!-- <dependency>-->
- <!-- <groupId>com.dingtalk</groupId>-->
- <!-- <artifactId>libpi-oapi-encrpt</artifactId>-->
- <!-- <version>20181107</version>-->
- <!-- </dependency>-->
- <!-- <dependency>-->
- <!-- <groupId>com.dingtalk</groupId>-->
- <!-- <artifactId>libpi-oapi-encrpt</artifactId>-->
- <!-- <version>1.0.3</version>-->
- <!-- </dependency>-->
- <!-- <dependency>-->
- <!-- <groupId>com.alibaba</groupId>-->
- <!-- <artifactId>fastjson</artifactId>-->
- <!-- <version>1.2.6</version>-->
- <!-- </dependency>-->
- <dependency>
- <groupId>com.alibaba</groupId>
- <artifactId>fastjson</artifactId>
- <version>1.2.35</version>
- </dependency>
- <dependency>
- <groupId>org.projectlombok</groupId>
- <artifactId>lombok</artifactId>
- </dependency>
- <!-- <dependency>-->
- <!-- <groupId>com.hotent</groupId>-->
- <!-- <artifactId>auth-client</artifactId>-->
- <!-- <version>1.0.0</version>-->
- <!-- </dependency>-->
- </dependencies>
- <!-- 用于生成jar文件 -->
- <build>
- <finalName>uc</finalName>
- <plugins>
- <plugin>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-maven-plugin</artifactId>
- <version>${spring.boot.version}</version>
- <configuration>
- <mainClass>com.hotent.uc.Application</mainClass>
- <layout>JAR</layout>
- </configuration>
- <executions>
- <execution>
- <goals>
- <goal>repackage</goal>
- </goals>
- <configuration>
- <attach>false</attach>
- <classifier>boot</classifier>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </project>
|