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