| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282 |
- <?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>
- <modules>
- <module>base-servers</module>
- <module>framework</module>
- <module>applications</module>
- </modules>
- <parent>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-parent</artifactId>
- <version>2.0.4.RELEASE</version>
- </parent>
- <groupId>com.usoftchina.saas</groupId>
- <artifactId>saas-platform</artifactId>
- <packaging>pom</packaging>
- <version>1.0.0</version>
- <description>saas framework parent</description>
- <properties>
- <java.version>1.8</java.version>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
- <spring.boot.version>2.0.4.RELEASE</spring.boot.version>
- <spring.cloud.version>Finchley.SR1</spring.cloud.version>
- <spring.boot.admin.version>2.0.2</spring.boot.admin.version>
- <mysql.version>6.0.6</mysql.version>
- <mybatis.spring.boot.version>1.3.1</mybatis.spring.boot.version>
- <fastjson.version>1.2.44</fastjson.version>
- <alibaba.druid.version>1.1.6</alibaba.druid.version>
- <zipkin.version>2.11.5</zipkin.version>
- <pagehelper.starter.version>1.2.7</pagehelper.starter.version>
- <shiro.version>1.4.0</shiro.version>
- <swagger.version>2.7.0</swagger.version>
- <feign.form.version>3.0.3</feign.form.version>
- <commons.fileupload.version>1.3.3</commons.fileupload.version>
- </properties>
- <repositories>
- <repository>
- <id>spring-milestones</id>
- <name>Spring Milestones</name>
- <url>https://repo.spring.io/libs-milestone</url>
- </repository>
- <repository>
- <id>oss</id>
- <name>oss</name>
- <url>https://oss.sonatype.org/content/groups/public</url>
- </repository>
- <repository>
- <id>aliyun</id>
- <name>aliyun</name>
- <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
- </repository>
- </repositories>
- <distributionManagement>
- <repository>
- <id>repo.spring.io</id>
- <name>Spring Release Repository</name>
- <url>https://repo.spring.io/libs-release-local</url>
- </repository>
- <snapshotRepository>
- <id>repo.spring.io</id>
- <name>Spring Snapshot Repository</name>
- <url>https://repo.spring.io/libs-snapshot-local</url>
- </snapshotRepository>
- </distributionManagement>
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>org.springframework.cloud</groupId>
- <artifactId>spring-cloud-dependencies</artifactId>
- <version>${spring.cloud.version}</version>
- <type>pom</type>
- <scope>import</scope>
- </dependency>
- <dependency>
- <groupId>de.codecentric</groupId>
- <artifactId>spring-boot-admin-dependencies</artifactId>
- <version>${spring.boot.admin.version}</version>
- <type>pom</type>
- <scope>import</scope>
- </dependency>
- <dependency>
- <groupId>org.mybatis.spring.boot</groupId>
- <artifactId>mybatis-spring-boot-starter</artifactId>
- <version>${mybatis.spring.boot.version}</version>
- </dependency>
- <dependency>
- <groupId>com.alibaba</groupId>
- <artifactId>druid</artifactId>
- <version>${alibaba.druid.version}</version>
- </dependency>
- <dependency>
- <groupId>mysql</groupId>
- <artifactId>mysql-connector-java</artifactId>
- <version>${mysql.version}</version>
- </dependency>
- <!-- zipkin autoconfigure -->
- <dependency>
- <groupId>io.zipkin.zipkin2</groupId>
- <artifactId>parent</artifactId>
- <version>${zipkin.version}</version>
- <type>pom</type>
- <scope>import</scope>
- </dependency>
- <dependency>
- <groupId>io.zipkin.java</groupId>
- <artifactId>zipkin-autoconfigure-storage-mysql</artifactId>
- <version>${zipkin.version}</version>
- </dependency>
- <dependency>
- <groupId>io.zipkin.java</groupId>
- <artifactId>zipkin-autoconfigure-storage-elasticsearch</artifactId>
- <version>${zipkin.version}</version>
- </dependency>
- <dependency>
- <groupId>io.zipkin.java</groupId>
- <artifactId>zipkin-autoconfigure-collector-rabbitmq</artifactId>
- <version>${zipkin.version}</version>
- </dependency>
- <dependency>
- <groupId>io.zipkin.java</groupId>
- <artifactId>zipkin-autoconfigure-collector-kafka</artifactId>
- <version>${zipkin.version}</version>
- </dependency>
- <dependency>
- <groupId>io.zipkin.java</groupId>
- <artifactId>zipkin-autoconfigure-ui</artifactId>
- <version>${zipkin.version}</version>
- </dependency>
- <!-- pagehelper -->
- <dependency>
- <groupId>com.github.pagehelper</groupId>
- <artifactId>pagehelper-spring-boot-starter</artifactId>
- <version>${pagehelper.starter.version}</version>
- </dependency>
- <!-- shiro -->
- <dependency>
- <groupId>org.apache.shiro</groupId>
- <artifactId>shiro-core</artifactId>
- <version>${shiro.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.shiro</groupId>
- <artifactId>shiro-spring</artifactId>
- <version>${shiro.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.shiro</groupId>
- <artifactId>shiro-web</artifactId>
- <version>${shiro.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.shiro</groupId>
- <artifactId>shiro-ehcache</artifactId>
- <version>${shiro.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.shiro</groupId>
- <artifactId>shiro-spring-boot-starter</artifactId>
- <version>${shiro.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.shiro</groupId>
- <artifactId>shiro-spring-boot-web-starter</artifactId>
- <version>${shiro.version}</version>
- </dependency>
- <!-- swagger -->
- <dependency>
- <groupId>io.springfox</groupId>
- <artifactId>springfox-swagger2</artifactId>
- <version>${swagger.version}</version>
- </dependency>
- <dependency>
- <groupId>io.springfox</groupId>
- <artifactId>springfox-swagger-ui</artifactId>
- <version>${swagger.version}</version>
- </dependency>
- <!-- platform artifacts -->
- <dependency>
- <groupId>com.usoftchina.saas</groupId>
- <artifactId>core</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.usoftchina.saas</groupId>
- <artifactId>file-dto</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.usoftchina.saas</groupId>
- <artifactId>file-api</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.usoftchina.saas</groupId>
- <artifactId>account-dto</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.usoftchina.saas</groupId>
- <artifactId>account-api</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.usoftchina.saas</groupId>
- <artifactId>auth-dto</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.usoftchina.saas</groupId>
- <artifactId>auth-common</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.usoftchina.saas</groupId>
- <artifactId>auth-api</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.usoftchina.saas</groupId>
- <artifactId>auth-client</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.usoftchina.saas</groupId>
- <artifactId>common-dto</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.usoftchina.saas</groupId>
- <artifactId>purchase-api</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.usoftchina.saas</groupId>
- <artifactId>purchase-dto</artifactId>
- <version>${project.version}</version>
- </dependency>
- <!-- file upload -->
- <dependency>
- <groupId>io.github.openfeign.form</groupId>
- <artifactId>feign-form</artifactId>
- <version>${feign.form.version}</version>
- </dependency>
- <dependency>
- <groupId>io.github.openfeign.form</groupId>
- <artifactId>feign-form-spring</artifactId>
- <version>${feign.form.version}</version>
- </dependency>
- <dependency>
- <groupId>commons-fileupload</groupId>
- <artifactId>commons-fileupload</artifactId>
- <version>${commons.fileupload.version}</version>
- </dependency>
- </dependencies>
- </dependencyManagement>
- <build>
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>${java.version}</source>
- <target>${java.version}</target>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-maven-plugin</artifactId>
- </plugin>
- </plugins>
- </pluginManagement>
- </build>
- </project>
|