Skip to content

Commit d8e9000

Browse files
authored
Merge pull request #1462 from mattrpav/AMQ-9735
[AMQ-9735] Task: Remove unused josql dependency
2 parents 45043c8 + de24a85 commit d8e9000

File tree

4 files changed

+0
-65
lines changed

4 files changed

+0
-65
lines changed

activemq-console/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
org.apache.activemq*;resolution:=optional,
3535
org.springframework*;resolution:=optional,
3636
sun.management*;resolution:=optional,
37-
org.josql*;resolution:=optional,
3837
*
3938
</activemq.osgi.import.pkg>
4039
<activemq.osgi.export>
@@ -117,10 +116,6 @@
117116
<artifactId>junit</artifactId>
118117
<scope>test</scope>
119118
</dependency>
120-
<dependency>
121-
<groupId>org.apache.servicemix.bundles</groupId>
122-
<artifactId>org.apache.servicemix.bundles.josql</artifactId>
123-
</dependency>
124119
<dependency>
125120
<groupId>org.jasypt</groupId>
126121
<artifactId>jasypt</artifactId>

activemq-console/src/main/resources/org/apache/activemq/console/command/store/amq/help.txt

Lines changed: 0 additions & 52 deletions
This file was deleted.

assembly/src/main/descriptors/common-bin.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@
225225
<include>com.thoughtworks.xstream:xstream</include>
226226
<include>xpp3:xpp3</include>
227227
<include>org.codehaus.jettison:jettison</include>
228-
<include>org.apache.servicemix.bundles:org.apache.servicemix.bundles.josql</include>
229228
<include>org.jasypt:jasypt</include>
230229
<include>org.jasypt:jasypt-spring4</include>
231230
<include>org.jmdns:jmdns</include>

pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@
7272
<jettison-version>1.5.4</jettison-version>
7373
<jmock-version>2.13.1</jmock-version>
7474
<jolokia-version>2.1.2</jolokia-version>
75-
<josql-version>1.5_5</josql-version>
7675
<junit-version>4.13.2</junit-version>
7776
<hamcrest-version>1.3</hamcrest-version>
7877
<karaf-version>4.3.7</karaf-version>
@@ -930,12 +929,6 @@
930929
<classifier>jakarta</classifier>
931930
</dependency>
932931

933-
<dependency>
934-
<groupId>org.apache.servicemix.bundles</groupId>
935-
<artifactId>org.apache.servicemix.bundles.josql</artifactId>
936-
<version>${josql-version}</version>
937-
</dependency>
938-
939932
<dependency>
940933
<groupId>jakarta.annotation</groupId>
941934
<artifactId>jakarta.annotation-api</artifactId>

0 commit comments

Comments
 (0)