diff options
author | Dan Timoney <dtimoney@att.com> | 2019-03-13 00:02:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-13 00:02:46 +0000 |
commit | c40aadeb8c85a22eea00455de1748b39d55714d9 (patch) | |
tree | 1a75910d876a590c9f38b1a54dc4c486c9cd8030 /ms/blueprintsprocessor/modules/inbounds | |
parent | 9a3f830573454adf62b363e49b2331b9c65fcc49 (diff) | |
parent | fd2d3f4f3a6f1041442edac382daf27669acbf9e (diff) |
Merge "Refractor processor core module name"
Diffstat (limited to 'ms/blueprintsprocessor/modules/inbounds')
-rw-r--r-- | ms/blueprintsprocessor/modules/inbounds/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ms/blueprintsprocessor/modules/inbounds/pom.xml b/ms/blueprintsprocessor/modules/inbounds/pom.xml index d7c0cc4f3..273abd51b 100644 --- a/ms/blueprintsprocessor/modules/inbounds/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/pom.xml @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- ~ Copyright © 2017-2018 AT&T Intellectual Property. + ~ Modifications Copyright © 2019 IBM. ~ ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. @@ -64,6 +65,7 @@ <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-test-junit</artifactId> + <scope>test</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> |