Skip to content

AS4Encryptor - Symetric Key Change #289

Answered by phax
piotr-dajlido asked this question in Q&A
Discussion options

You must be logged in to vote

As I can see in your image you are e.g. using "ph-collections 11.1.8" - this should also be 11.1.10
The best way to include all the same versions for dependency submodules is via the BOM import in your pom.xml.
Example for ph-commons stuff only:

  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>com.helger.commons</groupId>
        <artifactId>ph-commons-parent-pom</artifactId>
        <version>11.1.10</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
    </depndencies>
  </dependencyManagement>

This ensures, that all submodules from the ph-commons project use the same version.
Alternatively you don't explicitly include this …

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@piotr-dajlido
Comment options

@phax
Comment options

phax Dec 3, 2024
Maintainer

@piotr-dajlido
Comment options

@phax
Comment options

phax Dec 4, 2024
Maintainer

Answer selected by piotr-dajlido
@piotr-dajlido
Comment options

@phax
Comment options

phax Dec 4, 2024
Maintainer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants