Add Angular2 product app to be deployed with other demo apps
This commit is contained in:
parent
47b742a16e
commit
9f4cf07489
2 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<artifactId>keycloak-examples-demo-parent</artifactId>
|
||||
<groupId>org.keycloak</groupId>
|
||||
<version></version>
|
||||
<version>2.2.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
|
|
@ -51,6 +51,7 @@
|
|||
<module>example-ear</module>
|
||||
<module>admin-access-app</module>
|
||||
<module>angular-product-app</module>
|
||||
<module>angular2-product-app</module>
|
||||
<module>database-service</module>
|
||||
<module>third-party</module>
|
||||
<module>third-party-cdi</module>
|
||||
|
|
Loading…
Reference in a new issue