<dependency>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.solr-solrj</artifactId>
<version>9.2.0_1</version>
<type>bundle</type>
</dependency>
implementation 'org.apache.servicemix.bundles:org.apache.servicemix.bundles.solr-solrj:9.2.0_1'
implementation("org.apache.servicemix.bundles:org.apache.servicemix.bundles.solr-solrj:9.2.0_1")
libraryDependencies += "org.apache.servicemix.bundles" % "org.apache.servicemix.bundles.solr-solrj" % "9.2.0_1"
@Grapes(
@Grab(group='org.apache.servicemix.bundles', module='org.apache.servicemix.bundles.solr-solrj', version='9.2.0_1')
)
<dependency org="org.apache.servicemix.bundles" name="org.apache.servicemix.bundles.solr-solrj" rev="9.2.0_1" />
<parent> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>bundles-pom</artifactId> <version>15</version> </parent>
compile
|-- org.eclipse.jetty.http2:http2-client:10.0.13
|-- org.eclipse.jetty.http2:http2-common:10.0.13
|-- org.eclipse.jetty.http2:http2-hpack:10.0.13
|-- org.eclipse.jetty:jetty-alpn-client:10.0.13
|-- org.eclipse.jetty:jetty-http:10.0.13
|-- org.eclipse.jetty:jetty-util:10.0.13
|-- org.eclipse.jetty:jetty-io:10.0.13
runtime
|-- org.eclipse.jetty.http2:http2-http-client-transport:10.0.13
|-- org.eclipse.jetty:jetty-client:10.0.13
|-- org.apache.httpcomponents:httpcore:4.4.16
|-- org.slf4j:jcl-over-slf4j:2.0.6
|-- org.eclipse.jetty:jetty-alpn-java-client:10.0.13
|-- org.apache.solr:solr-solrj-streaming:9.2.0
|-- org.apache.commons:commons-math3:3.6.1