| | |
| | | <modules> |
| | | <module>java110-bean</module> |
| | | <module>java110-config</module> |
| | | <module>java110-common</module> |
| | | <module>UserService</module> |
| | | <module>LogService</module> |
| | | <module>FeeService</module> |
| | | <module>eureka</module> |
| | | <module>java110-utils</module> |
| | | <module>java110-core</module> |
| | | <module>java110-service</module> |
| | | <module>CodeService</module> |
| | | <module>StoreService</module> |
| | | <module>RuleService</module> |
| | | <module>java110-event</module> |
| | | <module>OrderService</module> |
| | | <module>java110-cacheAgent</module> |
| | | <module>WebService</module> |
| | | <module>java110-logAgent</module> |
| | | <module>zipkin</module> |
| | | <module>ShopService</module> |
| | | <module>CommentService</module> |
| | | <module>Api</module> |
| | | <module>CommunityService</module> |
| | | <module>java110-code-generator</module> |
| | | <module>java110-db</module> |
| | | <module>service-user</module> |
| | | <module>service-log</module> |
| | | <module>service-fee</module> |
| | | <module>service-eureka</module> |
| | | <module>service-sequence</module> |
| | | <module>service-store</module> |
| | | <module>service-rule</module> |
| | | <module>service-order</module> |
| | | <module>service-comment</module> |
| | | <module>service-api</module> |
| | | <module>service-community</module> |
| | | <module>service-job</module> |
| | | <module>service-common</module> |
| | | <module>service-report</module> |
| | | <module>service-front</module> |
| | | <module>java110-generator</module> |
| | | </modules> |
| | | |
| | | <parent> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-parent</artifactId> |
| | | <version>1.4.0.RELEASE</version> |
| | | <version>2.0.4.RELEASE</version> |
| | | <relativePath/> <!-- lookup parent from repository --> |
| | | </parent> |
| | | |
| | | <properties> |
| | | <maven.compile.target>1.8</maven.compile.target> |
| | | <sourceEncoding>UTF-8</sourceEncoding> |
| | | <spring-boot>1.3.2.RELEASE</spring-boot> |
| | | <spring-boot>2.0.4.RELEASE</spring-boot> |
| | | <shiro.version>1.2.4</shiro.version> |
| | | <mybatis.version>3.3.0</mybatis.version> |
| | | <microcommunity.version>1.0-SNAPSHOT</microcommunity.version> |
| | | <dubbo.version>2.5.4-SNAPSHOT</dubbo.version> |
| | | <logback.vaersion>1.1.3</logback.vaersion> |
| | | <logback.vaersion>1.2.3</logback.vaersion> |
| | | |
| | | <apache.common.lang3.version>3.4</apache.common.lang3.version> |
| | | <mybatis.version>3.4.1</mybatis.version> |
| | | <log4j.version>1.2.17</log4j.version> |
| | | <log4j.version>2.11.0</log4j.version> |
| | | <tomcat.servlet.version>6.0.37</tomcat.servlet.version> |
| | | <druid.version>1.0.18</druid.version> |
| | | <druid.version>1.1.10</druid.version> |
| | | <mybatis-spring.version>1.3.1</mybatis-spring.version> |
| | | <mysql.version>5.1.39</mysql.version> |
| | | <commons-pool2.version>2.2</commons-pool2.version> |
| | |
| | | <xbean.version>3.18</xbean.version> |
| | | <axis.version>1.4</axis.version> |
| | | <httpclient.verion>3.1</httpclient.verion> |
| | | <spring.version>4.3.2.RELEASE</spring.version> |
| | | <zookeeper.version>3.3.6</zookeeper.version> |
| | | <spring.version>5.0.8.RELEASE</spring.version> |
| | | <zookeeper.version>3.4.14</zookeeper.version> |
| | | <swagger.version>2.5.0</swagger.version> |
| | | <pinyin4j.version>2.5.0</pinyin4j.version> |
| | | </properties> |
| | | |
| | | <dependencyManagement> |
| | |
| | | <dependency> |
| | | <groupId>org.springframework.cloud</groupId> |
| | | <artifactId>spring-cloud-dependencies</artifactId> |
| | | <version>Brixton.SR5</version> |
| | | <version>Finchley.SR3</version> |
| | | <type>pom</type> |
| | | <scope>import</scope> |
| | | </dependency> |
| | |
| | | <dependency> |
| | | <groupId>org.springframework</groupId> |
| | | <artifactId>spring-context-support</artifactId> |
| | | <version>4.2.7.RELEASE</version> |
| | | <version>${spring.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.springframework.kafka</groupId> |
| | | <artifactId>spring-kafka</artifactId> |
| | | <version>1.1.1.RELEASE</version> |
| | | <groupId>com.belerweb</groupId> |
| | | <artifactId>pinyin4j</artifactId> |
| | | <version>${pinyin4j.version}</version> |
| | | </dependency> |
| | | |
| | | |
| | | <dependency> |
| | | <groupId>com.alibaba</groupId> |
| | | <artifactId>fastjson</artifactId> |
| | |
| | | |
| | | <dependency> |
| | | <groupId>com.java110</groupId> |
| | | <artifactId>java110-common</artifactId> |
| | | <artifactId>java110-utils</artifactId> |
| | | <version>${microcommunity.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | |
| | | <version>${microcommunity.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.java110</groupId> |
| | | <artifactId>java110-event</artifactId> |
| | | <version>${microcommunity.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.java110</groupId> |
| | |
| | | <version>${microcommunity.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.java110</groupId> |
| | | <artifactId>java110-cacheAgent</artifactId> |
| | | <version>${microcommunity.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.java110</groupId> |
| | | <artifactId>java110-logAgent</artifactId> |
| | | <version>${microcommunity.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.java110</groupId> |
| | | <artifactId>java110-db</artifactId> |
| | |
| | | <dependency> |
| | | <groupId>org.slf4j</groupId> |
| | | <artifactId>slf4j-api</artifactId> |
| | | <version>1.7.7</version> |
| | | <version>1.7.25</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>ch.qos.logback</groupId> |
| | |
| | | <version>${logback.vaersion}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.apache.logging.log4j</groupId> |
| | | <artifactId>log4j-core</artifactId> |
| | | <version>${log4j.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.apache.logging.log4j</groupId> |
| | | <artifactId>log4j-api</artifactId> |
| | | <version>${log4j.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.apache.logging.log4j</groupId> |
| | | <artifactId>log4j-web</artifactId> |
| | | <version>${log4j.version}</version> |
| | | </dependency> |
| | | <!-- 桥接:告诉Slf4j使用Log4j2 --> |
| | | <dependency> |
| | | <groupId>org.apache.logging.log4j</groupId> |
| | | <artifactId>log4j-slf4j-impl</artifactId> |
| | | <version>${log4j.version}</version> |
| | | </dependency> |
| | | <!-- 桥接:告诉commons logging使用Log4j2 --> |
| | | <dependency> |
| | | <groupId>org.apache.logging.log4j</groupId> |
| | | <artifactId>log4j-jcl</artifactId> |
| | | <version>${log4j.version}</version> |
| | | </dependency> |
| | | <!-- https://mvnrepository.com/artifact/org.slf4j/log4j-over-slf4j --> |
| | | <dependency> |
| | | <groupId>org.slf4j</groupId> |
| | | <artifactId>log4j-over-slf4j</artifactId> |
| | | <version>1.7.30</version> |
| | | </dependency> |
| | | |
| | | <!-- https://mvnrepository.com/artifact/com.mchange/c3p0 --> |
| | | <dependency> |
| | | <groupId>com.mchange</groupId> |
| | |
| | | <version>0.9.5.4</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.thymeleaf</groupId> |
| | | <artifactId>thymeleaf</artifactId> |
| | | <version>3.0.9.RELEASE</version> |
| | | </dependency> |
| | | |
| | | |
| | | <dependency> |
| | | <groupId>com.jcraft</groupId> |
| | | <artifactId>jsch</artifactId> |
| | | <version>0.1.49</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.apache.activemq</groupId> |
| | |
| | | <groupId>commons-validator</groupId> |
| | | <artifactId>commons-validator</artifactId> |
| | | <version>1.3.1</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>commons-beanutils</groupId> |
| | | <artifactId>commons-beanutils</artifactId> |
| | | <version>1.9.4</version> |
| | | </dependency> |
| | | |
| | | |
| | |
| | | <dependency> |
| | | <groupId>redis.clients</groupId> |
| | | <artifactId>jedis</artifactId> |
| | | <version>2.8.2</version> |
| | | <version>2.9.0</version> |
| | | </dependency> |
| | | |
| | | |
| | | <!-- <dependency> |
| | | <groupId>org.quartz-scheduler</groupId> |
| | | <artifactId>quartz</artifactId> |
| | | <version>2.3.0</version> |
| | | </dependency>--> |
| | | <dependency> |
| | | <groupId>org.quartz-scheduler</groupId> |
| | | <artifactId>quartz</artifactId> |
| | | <version>2.3.0</version> |
| | | </dependency> |
| | | |
| | | |
| | | <dependency> |
| | | <groupId>org.springframework.session</groupId> |
| | | <artifactId>spring-session-data-redis</artifactId> |
| | | <version>1.0.1.RELEASE</version> |
| | | <version>2.0.3.RELEASE</version> |
| | | </dependency> |
| | | |
| | | |
| | |
| | | <groupId>org.beanshell</groupId> |
| | | <artifactId>bsh-core</artifactId> |
| | | <version>2.0b4</version> |
| | | </dependency> |
| | | |
| | | <!-- https://mvnrepository.com/artifact/org.javassist/javassist --> |
| | | <dependency> |
| | | <groupId>org.javassist</groupId> |
| | | <artifactId>javassist</artifactId> |
| | | <version>3.25.0-GA</version> |
| | | </dependency> |
| | | |
| | | |
| | |
| | | <version>4.0.3</version> |
| | | </dependency> |
| | | |
| | | <!--flowable工作流依赖 |
| | | <dependency> |
| | | <groupId>org.flowable</groupId> |
| | | <artifactId>flowable-spring-boot-starter</artifactId> |
| | | <version>6.4.1</version> |
| | | </dependency> |
| | | --> |
| | | <!-- https://mvnrepository.com/artifact/org.jsoup/jsoup --> |
| | | <dependency> |
| | | <groupId>org.jsoup</groupId> |
| | | <artifactId>jsoup</artifactId> |
| | | <version>1.11.3</version> |
| | | </dependency> |
| | | |
| | | <!-- 引入poi,解析workbook视图 --> |
| | | <dependency> |
| | | <groupId>org.apache.poi</groupId> |
| | | <artifactId>poi-ooxml</artifactId> |
| | | <version>3.17</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.apache.poi</groupId> |
| | | <artifactId>poi-ooxml-schemas</artifactId> |
| | | <version>3.17</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.apache.poi</groupId> |
| | | <artifactId>poi</artifactId> |
| | | <version>3.17</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.activiti</groupId> |
| | | <artifactId>activiti-spring</artifactId> |
| | | <version>6.0.0</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.activiti</groupId> |
| | | <artifactId>activiti-bpmn-layout</artifactId> |
| | | <version>6.0.0.RC1</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.tencentcloudapi</groupId> |
| | | <artifactId>tencentcloud-sdk-java</artifactId> |
| | | <!-- go to https://search.maven.org/search?q=tencentcloud-sdk-java and get the latest version. --> |
| | | <!-- 请到https://search.maven.org/search?q=tencentcloud-sdk-java查询最新版本 --> |
| | | <version>3.0.112</version> |
| | | </dependency> |
| | | |
| | | <!--<dependency> |
| | | <groupId>org.activiti</groupId> |
| | | <artifactId>activiti-modeler</artifactId> |
| | | <version>5.22.0</version> |
| | | <exclusions> |
| | | <exclusion> |
| | | <groupId>org.activiti</groupId> |
| | | <artifactId>activiti-bpmn-model</artifactId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency>--> |
| | | |
| | | </dependencies> |
| | | |
| | | </dependencyManagement> |
| | |
| | | <optional>true</optional> |
| | | </dependency> |
| | | |
| | | |
| | | </dependencies> |
| | | |
| | | <build> |
| | | <plugins> |
| | | <plugin> |
| | | <groupId>org.apache.maven.plugins</groupId> |
| | | <artifactId>maven-javadoc-plugin</artifactId> |
| | | <version>2.10.4</version> |
| | | <groupId>org.apache.maven.plugins</groupId> |
| | | <artifactId>maven-javadoc-plugin</artifactId> |
| | | <version>2.10.4</version> |
| | | </plugin> |
| | | <plugin> |
| | | <groupId>org.apache.maven.plugins</groupId> |
| | | <artifactId>maven-surefire-plugin</artifactId> |
| | | <configuration> |
| | | <skipTests>true</skipTests> |
| | | </configuration> |
| | | </plugin> |
| | | </plugins> |
| | | </build> |