Skip to content

Commit

Permalink
Remove Activemq-http from POM and BOM since we don't use it anymore
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
  • Loading branch information
oscerd committed Mar 9, 2023
1 parent 706500c commit 605a242
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
5 changes: 0 additions & 5 deletions library/camel-kamelets-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,6 @@
<artifactId>postgresql</artifactId>
<version>${version.org.postgresql.postgresql}</version>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-http</artifactId>
<version>${version.org.apache.activemq.activemq-http}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
4 changes: 1 addition & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
<version.org.apache.qpid.qpid-jms-client>1.0.0</version.org.apache.qpid.qpid-jms-client>
<version.org.apache.activemq.artemis-jms-client-all>2.28.0</version.org.apache.activemq.artemis-jms-client-all>
<version.org.postgresql.postgresql>42.5.4</version.org.postgresql.postgresql>
<version.org.apache.activemq.activemq-http>5.17.3</version.org.apache.activemq.activemq-http>
</properties>

<developers>
Expand Down Expand Up @@ -318,8 +317,7 @@
"version.com.amazon.redshift.redshift-jdbc42": "${version.com.amazon.redshift.redshift-jdbc42}",
"version.org.apache.qpid.qpid-jms-client": "${version.org.apache.qpid.qpid-jms-client}",
"version.org.apache.activemq.artemis-jms-client-all": "${version.org.apache.activemq.artemis-jms-client-all}",
"version.org.postgresql.postgresql": "${version.org.postgresql.postgresql}",
"version.org.apache.activemq.activemq-http": "${version.org.apache.activemq.activemq-http}",
"version.org.postgresql.postgresql": "${version.org.postgresql.postgresql}"
])
</source>
</configuration>
Expand Down

0 comments on commit 605a242

Please sign in to comment.