Updated Architecture (markdown)

master
srmoore 2012-07-09 13:10:12 -07:00
parent 32f1a85da3
commit dfee2341e1
1 changed files with 2 additions and 2 deletions

@ -92,7 +92,7 @@ For instance, to overwrite the data source configuration in the main server war
1. Create a directory for the top level: mkdir example-openid-connect-overlay 1. Create a directory for the top level: mkdir example-openid-connect-overlay
2. Create example-openid-connect-overlay/pom.xml 2. Create example-openid-connect-overlay/pom.xml
``<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" `<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/maven-v4_0_0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>example.org</groupId> <groupId>example.org</groupId>
@ -127,7 +127,7 @@ For instance, to overwrite the data source configuration in the main server war
</build> </build>
</project> </project>
`
*** ***