Skip to content
Open

#tim #141

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Provide answers.
  • Loading branch information
timothyPdevries authored Apr 1, 2022
commit 1c93300d4b1f22a592d1edb2e507fc7adae7bb27
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