This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 92f1e1e5342511f4a248851be06038fc00721003 Author: Tony CHEMIT <dev@tchemit.fr> Date: Wed Jan 4 15:16:34 2017 +0100 Make a bundled war with rest api server inside --- pollen-ui-angular/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pollen-ui-angular/pom.xml b/pollen-ui-angular/pom.xml index e70b4ec..f1a2b76 100644 --- a/pollen-ui-angular/pom.xml +++ b/pollen-ui-angular/pom.xml @@ -36,6 +36,15 @@ <name>Pollen :: UI (Angular) </name> <description>Pollen UI</description> + <dependencies> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>pollen-rest-api</artifactId> + <version>${project.version}</version> + <type>war</type> + </dependency> + </dependencies> + <properties> <!-- Post Release configuration --> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.