You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							112 lines
						
					
					
						
							3.4 KiB
						
					
					
				
			
		
		
	
	
							112 lines
						
					
					
						
							3.4 KiB
						
					
					
				<?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">
 | 
						|
 | 
						|
    <parent>
 | 
						|
        <groupId>com.gitee.sop</groupId>
 | 
						|
        <artifactId>sop-common</artifactId>
 | 
						|
        <version>4.3.1-SNAPSHOT</version>
 | 
						|
        <relativePath>../pom.xml</relativePath> <!-- lookup parent from repository -->
 | 
						|
    </parent>
 | 
						|
 | 
						|
    <modelVersion>4.0.0</modelVersion>
 | 
						|
    <artifactId>sop-service-common</artifactId>
 | 
						|
    <version>4.3.1-SNAPSHOT</version>
 | 
						|
    <packaging>jar</packaging>
 | 
						|
 | 
						|
    <properties>
 | 
						|
        <java.version>1.8</java.version>
 | 
						|
    </properties>
 | 
						|
 | 
						|
    <dependencies>
 | 
						|
 | 
						|
        <dependency>
 | 
						|
            <groupId>com.google.guava</groupId>
 | 
						|
            <artifactId>guava</artifactId>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
        <dependency>
 | 
						|
            <groupId>org.apache.commons</groupId>
 | 
						|
            <artifactId>commons-lang3</artifactId>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
        <dependency>
 | 
						|
            <groupId>commons-io</groupId>
 | 
						|
            <artifactId>commons-io</artifactId>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
        <dependency>
 | 
						|
            <groupId>commons-fileupload</groupId>
 | 
						|
            <artifactId>commons-fileupload</artifactId>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
        <dependency>
 | 
						|
            <groupId>com.alibaba</groupId>
 | 
						|
            <artifactId>fastjson</artifactId>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
        <dependency>
 | 
						|
            <groupId>org.hibernate</groupId>
 | 
						|
            <artifactId>hibernate-validator</artifactId>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
        <dependency>
 | 
						|
            <groupId>org.ow2.asm</groupId>
 | 
						|
            <artifactId>asm</artifactId>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
        <!-- optional -->
 | 
						|
        <dependency>
 | 
						|
            <groupId>com.alibaba.cloud</groupId>
 | 
						|
            <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
 | 
						|
            <optional>true</optional>
 | 
						|
        </dependency>
 | 
						|
        <dependency>
 | 
						|
            <groupId>org.springframework</groupId>
 | 
						|
            <artifactId>spring-webmvc</artifactId>
 | 
						|
            <optional>true</optional>
 | 
						|
        </dependency>
 | 
						|
        <dependency>
 | 
						|
            <groupId>io.springfox</groupId>
 | 
						|
            <artifactId>springfox-swagger2</artifactId>
 | 
						|
            <optional>true</optional>
 | 
						|
        </dependency>
 | 
						|
        <dependency>
 | 
						|
            <groupId>io.swagger</groupId>
 | 
						|
            <artifactId>swagger-annotations</artifactId>
 | 
						|
            <optional>true</optional>
 | 
						|
        </dependency>
 | 
						|
        <dependency>
 | 
						|
            <groupId>junit</groupId>
 | 
						|
            <artifactId>junit</artifactId>
 | 
						|
            <version>4.12</version>
 | 
						|
            <scope>test</scope>
 | 
						|
        </dependency>
 | 
						|
        <dependency>
 | 
						|
            <groupId>javax.el</groupId>
 | 
						|
            <artifactId>javax.el-api</artifactId>
 | 
						|
            <version>3.0.0</version>
 | 
						|
            <scope>test</scope>
 | 
						|
        </dependency>
 | 
						|
        <dependency>
 | 
						|
            <groupId>org.glassfish</groupId>
 | 
						|
            <artifactId>javax.el</artifactId>
 | 
						|
            <version>3.0.0</version>
 | 
						|
            <scope>test</scope>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
        <dependency>
 | 
						|
            <groupId>org.projectlombok</groupId>
 | 
						|
            <artifactId>lombok</artifactId>
 | 
						|
            <scope>provided</scope>
 | 
						|
        </dependency>
 | 
						|
        <dependency>
 | 
						|
            <groupId>javax.servlet</groupId>
 | 
						|
            <artifactId>javax.servlet-api</artifactId>
 | 
						|
            <scope>provided</scope>
 | 
						|
        </dependency>
 | 
						|
    </dependencies>
 | 
						|
 | 
						|
 | 
						|
</project>
 | 
						|
 |