Skip to content

Commit

Permalink
TPRUN-6956 commons-io version alignment with activemq 5.17.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasmattes committed Nov 3, 2023
1 parent e46435a commit 49d0e7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion assemblies/features/standard/src/main/feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1529,7 +1529,7 @@ profilesDirectory = ${karaf.home}/profiles
</config>
<bundle>mvn:org.apache.karaf.profile/org.apache.karaf.profile.core/${upstream.version}</bundle>
<bundle>mvn:org.apache.karaf.tooling/org.apache.karaf.tools.utils/${upstream.version}</bundle>
<bundle>mvn:commons-io/commons-io/${commons-io.version}</bundle>
<bundle>mvn:commons-io/commons-io/${commons-io.tesb.version}</bundle>
</feature>

<feature name="jolokia" description="Jolokia monitoring support" version="${jolokia.version}">
Expand Down
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@
<groovy.tesb.version>3.0.8</groovy.tesb.version>
<httpclient.tesb.version>4.5.14</httpclient.tesb.version>
<commons-fileupload.tesb.version>1.5</commons-fileupload.tesb.version>
<commons-io.tesb.version>2.14.0</commons-io.tesb.version>
<jetty.tesb.version>9.4.53.v20231009</jetty.tesb.version>
<xbean.tesb.version>4.24</xbean.tesb.version>

Expand Down Expand Up @@ -497,6 +498,7 @@
<groovy.tesb.version>${groovy.tesb.version}</groovy.tesb.version>
<httpclient.tesb.version>${httpclient.tesb.version}</httpclient.tesb.version>
<commons-fileupload.tesb.version>${commons-fileupload.tesb.version}</commons-fileupload.tesb.version>
<commons-io.tesb.version>${commons-io.tesb.version}</commons-io.tesb.version>
<jetty.tesb.version>${jetty.tesb.version}</jetty.tesb.version>
<xbean.tesb.version>${xbean.tesb.version}</xbean.tesb.version>
</properties>
Expand Down

0 comments on commit 49d0e7e

Please sign in to comment.