Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#tim #141

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

#tim #141

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<!-- so some people would say, they have a library... #if you don't include that, #then you erase. -->
<groupId>org.springframework.guides</groupId>
<artifactId>tut-spring-boot-oauth</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Spring Security OAuth2 Samples</name>

<!-- there should be a standardized, POJO downloader for the example presented. -->
<modules>
<module>simple</module>
<module>click</module>
<module>logout</module>
<module>two-providers</module>
<module>custom-error</module>
</modules>

<!-- did you explain what this does? -->
<build>
<plugins>
</plugins>
Expand Down