<?xml version="1.0" encoding="UTF-8"?>
<!-- Features are groups of bundles that are installed into OSGi(Karaf) at once. This is for
     users' convenience. The features can be installed with the following commands:

     features:addUrl mvn:org.infinispan/infinispan-client-hotrod/{project.version}/xml/features
     features:install hotrod-client
        or
     features:install hotrod-client-with-query

-->
<features>
   <feature name="hotrod-client" version="7.0.0.Alpha2">
      <bundle>mvn:org.jboss.logging/jboss-logging/3.1.2.GA</bundle>
      <bundle>mvn:org.infinispan/infinispan-commons/7.0.0.Alpha2</bundle>
      <bundle>mvn:commons-pool/commons-pool/1.6</bundle>
      <bundle>mvn:org.jboss.marshalling/jboss-marshalling-osgi/1.4.4.Final</bundle>
      <bundle>mvn:org.infinispan/infinispan-client-hotrod/7.0.0.Alpha2</bundle>
   </feature>
   <feature name="hotrod-client-with-query" version="7.0.0.Alpha2">
      <feature version="7.0.0.Alpha2">hotrod-client</feature>
      <bundle>mvn:org.infinispan/infinispan-query-dsl/7.0.0.Alpha2</bundle>
      <bundle>mvn:com.google.protobuf/protobuf-java/2.5.0</bundle>
      <bundle>mvn:org.infinispan/infinispan-remote-query-client/7.0.0.Alpha2</bundle>
      <bundle>mvn:org.infinispan.protostream/protostream/1.0.0.Final</bundle>
   </feature>
</features>
