Closed aferrandisedicom closed 2 months ago
This seems like a problem in the dependencies. If you use peppol-commons 9.5.1 you should also be using the ph-commons 11.1.6 version. Please make sure the dependencies are all set to "latest".
I am using 11.1.6
That looks all good.
Do you use some other dependency from me as well? As the order is relevant in Maven dependencies, it may even be that a third library is out of date.
Usually I recommend to do a mvn dependency:tree
call to show the effective dependencies used.
hth
Thanks! the problem was with:
<groupId>com.helger</groupId>
<artifactId>ph-ubl</artifactId>
I had two different versions of peppol-commons
When i try to create:
new SMPMarshallerSignedServiceMetadataType()
I get the next error:
We are currently using version 9.5.1. Any fix for this? I don't know if I am missing something.
Thanks!