diff options
author | Alexis de Talhouët <adetalhouet89@gmail.com> | 2019-02-09 15:01:10 -0500 |
---|---|---|
committer | Alexis de Talhouët <adetalhouet89@gmail.com> | 2019-02-09 20:31:02 +0000 |
commit | ed7162521270d33da1bdc57286b23c64e23e5b0f (patch) | |
tree | 3edf0984b5478a491c57b5d3583d0717db89a629 /netbox-client/provider/pom.xml | |
parent | 9fc8417d0f785a3fa38ed7c34d7435125f920cda (diff) |
Rework property file load logic for grpc & netbox
We first try to load from the filesystem properties folder,
if not found, then we load from the bundle itself.
Change-Id: Ib4b422b1fe18f80b2f2258f96f3739d25bd756c9
Issue-ID: CCSDK-1038
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Diffstat (limited to 'netbox-client/provider/pom.xml')
-rw-r--r-- | netbox-client/provider/pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/netbox-client/provider/pom.xml b/netbox-client/provider/pom.xml index 3af22edb..f7e8ccf9 100644 --- a/netbox-client/provider/pom.xml +++ b/netbox-client/provider/pom.xml @@ -79,6 +79,11 @@ <version>${project.version}</version> <scope>compile</scope> </dependency> + <dependency> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.core</artifactId> + <scope>provided</scope> + </dependency> <!--Testing--> <dependency> @@ -111,11 +116,6 @@ <version>1.2.3</version> <scope>test</scope> </dependency> - <dependency> - <groupId>org.osgi</groupId> - <artifactId>org.osgi.core</artifactId> - <scope>test</scope> - </dependency> </dependencies> <build> |