oauth-modules
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>group.flyfish.oauth</groupId>
<artifactId>oauth-modules</artifactId>
<version>1.0.10</version>
</dependency><?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>oauth-parent</artifactId>
<groupId>group.flyfish.oauth</groupId>
<version>1.0.10</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>oauth-modules</artifactId>
<name>${project.artifactId}</name>
<packaging>pom</packaging>
<modules>
<module>oauth-spring</module>
<module>oauth-sync</module>
<module>oauth-spring-boot</module>
<module>oauth-shiro-support</module>
<module>oauth-nodejs</module>
<module>oauth-spring-security</module>
</modules>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>8</source>
<target>8</target>
</configuration>
</plugin>
</plugins>
</build>
</project>