<dependency>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.solr-solrj</artifactId>
<version>9.5.0_1</version>
<type>bundle</type>
</dependency>
implementation 'org.apache.servicemix.bundles:org.apache.servicemix.bundles.solr-solrj:9.5.0_1'
implementation("org.apache.servicemix.bundles:org.apache.servicemix.bundles.solr-solrj:9.5.0_1")
libraryDependencies += "org.apache.servicemix.bundles" % "org.apache.servicemix.bundles.solr-solrj" % "9.5.0_1"
@Grapes(
@Grab(group='org.apache.servicemix.bundles', module='org.apache.servicemix.bundles.solr-solrj', version='9.5.0_1')
)
<dependency org="org.apache.servicemix.bundles" name="org.apache.servicemix.bundles.solr-solrj" rev="9.5.0_1" />
<parent> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>bundles-pom</artifactId> <version>16</version> </parent>
compile
|-- org.apache.solr:solr-api:9.5.0
|-- io.swagger.core.v3:swagger-annotations-jakarta:2.2.17
|-- org.eclipse.jetty.http2:http2-client:10.0.19
|-- org.eclipse.jetty.http2:http2-common:10.0.19
|-- org.eclipse.jetty.http2:http2-hpack:10.0.19
|-- org.eclipse.jetty:jetty-alpn-client:10.0.19
|-- org.slf4j:slf4j-api:2.0.10
|-- org.eclipse.jetty:jetty-http:10.0.19
|-- org.eclipse.jetty:jetty-util:10.0.19
|-- org.eclipse.jetty:jetty-io:10.0.19
runtime
|-- jakarta.ws.rs:jakarta.ws.rs-api:3.1.0
|-- org.semver4j:semver4j:5.2.2
|-- com.fasterxml.jackson.core:jackson-databind:2.16.1
|-- com.fasterxml.jackson.core:jackson-core:2.16.1
|-- com.fasterxml.jackson.core:jackson-annotations:2.16.1
|-- org.eclipse.jetty.http2:http2-http-client-transport:10.0.19
|-- org.eclipse.jetty:jetty-client:10.0.19
|-- org.apache.httpcomponents:httpcore:4.4.16
|-- org.slf4j:jcl-over-slf4j:2.0.10
|-- org.eclipse.jetty:jetty-alpn-java-client:10.0.19
|-- org.apache.solr:solr-solrj-streaming:9.5.0
|-- org.apache.commons:commons-math3:3.6.1