<?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> <artifactId>hsweb-system-file</artifactId> <groupId>org.hswebframework.web</groupId> <version>3.0.8</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>hsweb-system-file-oauth2</artifactId> <description>基于hsweb oauth2的文件服务,通过oauth2调用远程文件服务.</description> <dependencies> <dependency> <groupId>org.hswebframework.web</groupId> <artifactId>hsweb-system-file-api</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.hswebframework.web</groupId> <artifactId>hsweb-commons-service-oauth2</artifactId> <version>${project.version}</version> </dependency> </dependencies> </project>