diff options
Diffstat (limited to 'ms/blueprintsprocessor/functions/pom.xml')
-rwxr-xr-x | ms/blueprintsprocessor/functions/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ms/blueprintsprocessor/functions/pom.xml b/ms/blueprintsprocessor/functions/pom.xml index 2a952f88e..503e5f0b9 100755 --- a/ms/blueprintsprocessor/functions/pom.xml +++ b/ms/blueprintsprocessor/functions/pom.xml @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- ~ Copyright © 2017-2018 AT&T Intellectual Property. + ~ Modifications Copyright © 2018 IBM. ~ ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. @@ -30,6 +31,7 @@ <module>resource-resolution</module> <module>python-executor</module> <module>netconf-executor</module> + <module>restconf-executor</module> </modules> <dependencies> |