diff options
author | 2019-02-28 10:02:37 +0000 | |
---|---|---|
committer | 2019-02-28 10:02:37 +0000 | |
commit | adfc77d913cb8e54750d8fe167fde2bb4ffc57ef (patch) | |
tree | 91d238a78898420633991803b66db792b7d1a254 /grpc/grpc-client/pom.xml | |
parent | c5bd732f37c9b8b06c802cfe38dcf9ec64228341 (diff) | |
parent | 73747e103b5ce41abe253af5d9b55994375eaa86 (diff) |
Merge changes I60285973,I612ecfe2
* changes:
CVC: Add support for execution, schema, product
CMD: Enhace command profile with additional macros
Diffstat (limited to 'grpc/grpc-client/pom.xml')
-rw-r--r-- | grpc/grpc-client/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/grpc/grpc-client/pom.xml b/grpc/grpc-client/pom.xml index 37c02761..15e4f5b0 100644 --- a/grpc/grpc-client/pom.xml +++ b/grpc/grpc-client/pom.xml @@ -29,6 +29,11 @@ <artifactId>oclip-grpc-stub</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-log4j12</artifactId> + <version>1.7.16</version> + </dependency> </dependencies> <build> <plugins> |