<dependency>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.solr-solrj</artifactId>
<version>8.6.3_1</version>
<type>bundle</type>
</dependency>
implementation 'org.apache.servicemix.bundles:org.apache.servicemix.bundles.solr-solrj:8.6.3_1'
implementation("org.apache.servicemix.bundles:org.apache.servicemix.bundles.solr-solrj:8.6.3_1")
libraryDependencies += "org.apache.servicemix.bundles" % "org.apache.servicemix.bundles.solr-solrj" % "8.6.3_1"
@Grapes(
@Grab(group='org.apache.servicemix.bundles', module='org.apache.servicemix.bundles.solr-solrj', version='8.6.3_1')
)
<dependency org="org.apache.servicemix.bundles" name="org.apache.servicemix.bundles.solr-solrj" rev="8.6.3_1" />
<parent> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>bundles-pom</artifactId> <version>14</version> </parent>
compile
|-- io.netty:netty-buffer:4.1.47.Final
|-- io.netty:netty-codec:4.1.47.Final
|-- io.netty:netty-common:4.1.47.Final
|-- io.netty:netty-handler:4.1.47.Final
|-- io.netty:netty-resolver:4.1.47.Final
|-- io.netty:netty-transport:4.1.47.Final
|-- io.netty:netty-transport-native-epoll:4.1.47.Final
|-- io.netty:netty-transport-native-unix-common:4.1.47.Final
|-- org.apache.commons:commons-math3:3.6.1
|-- org.apache.httpcomponents:httpcore:4.4.12
|-- org.apache.zookeeper:zookeeper-jute:3.5.7
|-- org.codehaus.woodstox:stax2-api:3.1.4
|-- org.codehaus.woodstox:woodstox-core-asl:4.4.1
|-- org.eclipse.jetty:jetty-alpn-client:9.4.27.v20200227
|-- org.eclipse.jetty:jetty-alpn-java-client:9.4.27.v20200227
|-- org.eclipse.jetty:jetty-client:9.4.27.v20200227
|-- org.eclipse.jetty:jetty-http:9.4.27.v20200227
|-- org.eclipse.jetty:jetty-io:9.4.27.v20200227
|-- org.eclipse.jetty:jetty-util:9.4.27.v20200227
|-- org.eclipse.jetty.http2:http2-client:9.4.27.v20200227
|-- org.eclipse.jetty.http2:http2-common:9.4.27.v20200227
|-- org.eclipse.jetty.http2:http2-hpack:9.4.27.v20200227
|-- org.eclipse.jetty.http2:http2-http-client-transport:9.4.27.v20200227