gustavoschewinski commented on issue #1732:
URL: https://github.com/apache/plc4x/issues/1732#issuecomment-2304996422

   Hi @splatch,
   
   It turns out the issue was related to the version of PLC4x. It’s strange 
because it seemed like the system was caching the old version instead of using 
the new one, even though the dependency tree showed the correct version.
   
   Here’s what I did to resolve the problem:
   
   ```
   mvn clean
   mvn dependency:purge-local-repository  #(this step was crucial!)
   mvn install
   ```
   
   Thanks so much for all your help!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to