This is an automated email from the ASF dual-hosted git repository.
cdutz pushed a commit to branch next-gen-core
in repository https://gitbox.apache.org/repos/asf/plc4x.git
The following commit(s) were added to refs/heads/next-gen-core by this push:
new 324f4a2 - Removed all old protocol modules (at least from the build)
324f4a2 is described below
commit 324f4a23f68303ab9e275fe5ff76f54f7c0e9165
Author: Christofer Dutz <[email protected]>
AuthorDate: Tue Dec 17 13:56:16 2019 +0100
- Removed all old protocol modules (at least from the build)
---
plc4j/pom.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/plc4j/pom.xml b/plc4j/pom.xml
index 58645bd..080ce71 100644
--- a/plc4j/pom.xml
+++ b/plc4j/pom.xml
@@ -36,7 +36,6 @@
<modules>
<module>api</module>
<module>drivers</module>
- <module>protocols</module>
<module>utils</module>
<module>examples</module>