Skip to content

Commit

Permalink
Specify explicitly commons-codec dependency version (used by hazelcas…
Browse files Browse the repository at this point in the history
…t-sql-core module)
  • Loading branch information
kwart authored and Jiří Holuša committed Jun 23, 2021
1 parent 9f343af commit d4e7544
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
<bytebuddy.version>1.10.21</bytebuddy.version>
<reflections.version>0.9.10</reflections.version>
<jmh.version>1.27</jmh.version>
<commons-codec.version>1.15</commons-codec.version>
<commons-lang3.version>3.11</commons-lang3.version>
<felix.utils.version>1.11.6</felix.utils.version>
<findbugs.annotations.version>3.0.1u2</findbugs.annotations.version>
Expand Down Expand Up @@ -344,6 +345,16 @@
</plugins>
</build>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>${commons-codec.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

<profiles>
<profile>
<!-- used by the PR builder -->
Expand Down

0 comments on commit d4e7544

Please sign in to comment.