<dependency>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.solr-solrj</artifactId>
<version>8.10.1_1</version>
<type>bundle</type>
</dependency>
implementation 'org.apache.servicemix.bundles:org.apache.servicemix.bundles.solr-solrj:8.10.1_1'
implementation("org.apache.servicemix.bundles:org.apache.servicemix.bundles.solr-solrj:8.10.1_1")
libraryDependencies += "org.apache.servicemix.bundles" % "org.apache.servicemix.bundles.solr-solrj" % "8.10.1_1"
@Grapes(
@Grab(group='org.apache.servicemix.bundles', module='org.apache.servicemix.bundles.solr-solrj', version='8.10.1_1')
)
<dependency org="org.apache.servicemix.bundles" name="org.apache.servicemix.bundles.solr-solrj" rev="8.10.1_1" />
<parent> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>bundles-pom</artifactId> <version>14</version> </parent>
compile
|-- com.fasterxml.woodstox:woodstox-core:6.2.4
|-- commons-lang:commons-lang:2.6
|-- io.netty:netty-buffer:4.1.68.Final
|-- io.netty:netty-codec:4.1.68.Final
|-- io.netty:netty-common:4.1.68.Final
|-- io.netty:netty-handler:4.1.68.Final
|-- io.netty:netty-resolver:4.1.68.Final
|-- io.netty:netty-transport:4.1.68.Final
|-- io.netty:netty-transport-native-epoll:4.1.68.Final
|-- io.netty:netty-transport-native-unix-common:4.1.68.Final
|-- org.apache.commons:commons-math3:3.6.1
|-- org.apache.httpcomponents:httpcore:4.4.14
|-- org.apache.zookeeper:zookeeper-jute:3.6.2
|-- org.codehaus.woodstox:stax2-api:4.2.1
|-- org.eclipse.jetty:jetty-alpn-client:9.4.44.v20210927
|-- org.eclipse.jetty:jetty-alpn-java-client:9.4.44.v20210927
|-- org.eclipse.jetty:jetty-client:9.4.44.v20210927
|-- org.eclipse.jetty:jetty-http:9.4.44.v20210927
|-- org.eclipse.jetty:jetty-io:9.4.44.v20210927
|-- org.eclipse.jetty:jetty-util:9.4.44.v20210927
|-- org.eclipse.jetty.http2:http2-client:9.4.44.v20210927
|-- org.eclipse.jetty.http2:http2-common:9.4.44.v20210927
|-- org.eclipse.jetty.http2:http2-hpack:9.4.44.v20210927
|-- org.eclipse.jetty.http2:http2-http-client-transport:9.4.44.v20210927
|-- org.eclipse.jetty:jetty-alpn-openjdk8-client:9.4.44.v20210927
|-- org.slf4j:jcl-over-slf4j:1.7.24