From 5b7590935559fe9e286a703dc662a60b47b7ed1a Mon Sep 17 00:00:00 2001 From: Kalpesh Chaniyara Date: Tue, 15 Aug 2017 23:40:34 +0530 Subject: Initial commit for Sequence Generator Added sequence generator for start and stop action with dependency model Removed java check style from json files from license maven plugin JIRA Issues : APPC-33,APPC-106 Issue-Id : APPC-106 Change-Id: I7f12d39b705d77d559790a10b914b8108f5faa5e Signed-off-by: Kalpesh Chaniyara --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 638a50de0..e0914db2c 100644 --- a/pom.xml +++ b/pom.xml @@ -555,6 +555,11 @@ update-file-header process-sources + + + *.json + + @@ -641,6 +646,7 @@ appc-directed-graph appc-outbound appc-inbound + appc-sequence-generator -- cgit 1.2.3-korg