<?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-oauth2-client</artifactId> <groupId>org.hswebframework.web</groupId> <version>3.0.3</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>hsweb-system-oauth2-client-web</artifactId> <dependencies> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>org.hswebframework.web</groupId> <artifactId>hsweb-commons-controller</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.hswebframework.web</groupId> <artifactId>hsweb-system-oauth2-client-api</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.hswebframework.web</groupId> <artifactId>hsweb-authorization-oauth2-client</artifactId> <version>${project.version}</version> </dependency> </dependencies> </project>