Add Angular2 product app to be deployed with other demo apps

This commit is contained in:
Brett Epps 2016-09-18 14:10:58 -05:00
parent 47b742a16e
commit 9f4cf07489
2 changed files with 2 additions and 1 deletions

View file

@ -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>

View file

@ -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>