This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 8a490a2  - Fixed a wrong dependency name.
8a490a2 is described below

commit 8a490a2317d9879f1a115048ef4f6244a8157e5e
Author: Christofer Dutz <christofer.d...@c-ware.de>
AuthorDate: Mon May 13 10:20:12 2019 +0200

    - Fixed a wrong dependency name.
---
 plc4cpp/utils/logger/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plc4cpp/utils/logger/pom.xml b/plc4cpp/utils/logger/pom.xml
index 0f8dfe9..f55daae 100644
--- a/plc4cpp/utils/logger/pom.xml
+++ b/plc4cpp/utils/logger/pom.xml
@@ -139,7 +139,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.plc4x</groupId>
-      <artifactId>plc4x-tools-boost</artifactId>
+      <artifactId>plc4cpp-libs-boost</artifactId>
       <version>0.4.0-SNAPSHOT</version>
       <type>zip</type>
       <classifier>cpp-${os.classifier}</classifier>

Reply via email to