diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-12-14 13:32:14 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-12-14 13:33:58 +0100 |
commit | 30332456b6c581085bb17d619ebb74c36e01c357 (patch) | |
tree | 5a860efec70b95f0f4079d6094281a4a5ad6f43b /infra/rpc/impl/pom.xml | |
parent | c092ae94aad2f7cdd8ca61ca14be4166369e435e (diff) |
Add Logger for RpcRegistryImpl
Change-Id: I6ef0133f0128fbf5cfb9ed9f0e738af0bda3a852
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'infra/rpc/impl/pom.xml')
-rw-r--r-- | infra/rpc/impl/pom.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/infra/rpc/impl/pom.xml b/infra/rpc/impl/pom.xml index 395b5f0c8..30d544def 100644 --- a/infra/rpc/impl/pom.xml +++ b/infra/rpc/impl/pom.xml @@ -48,6 +48,10 @@ <artifactId>future-converter-java8-guava</artifactId> <version>0.3.0</version> </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + </dependency> <!-- tests --> <dependency> @@ -65,10 +69,5 @@ <artifactId>mockito-core</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - <scope>test</scope> - </dependency> </dependencies> </project> |