grails-elasticsearch
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.grails.plugins</groupId>
<artifactId>grails-elasticsearch</artifactId>
<version>5.0.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>org.grails.plugins</groupId>
<artifactId>grails-elasticsearch</artifactId>
<version>5.0.0</version>
<name>Elasticsearch Grails Plugin</name>
<description>An Elasticsearch plugin for Grails. It allows indexing of domain class properties using a concise DSL and searching based on the domain classes using the Elasticsearch query api.</description>
<url>https://github.com/grails-plugins/grails-elasticsearch</url>
<organization>
<name>Grails Plugins</name>
<url>https://github.com/grails-plugins</url>
</organization>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>puneetbehl</id>
<name>Puneet Behl</name>
</developer>
<developer>
<id>noamt</id>
<name>Noam Y. Tenne</name>
</developer>
<developer>
<id>mstein</id>
<name>Manuarii Stein</name>
</developer>
<developer>
<id>marcoscarceles</id>
<name>Marcos Carceles</name>
</developer>
<developer>
<id>cgoIT</id>
<name>cgoIT</name>
</developer>
<developer>
<id>tcrossland</id>
<name>Tom Crossland</name>
</developer>
<developer>
<id>miq</id>
<name>Mihael Koep</name>
</developer>
<developer>
<id>donbeave</id>
<name>Alexey Zhokhov</name>
</developer>
<developer>
<id>jamesfredley</id>
<name>James Fredley</name>
</developer>
<developer>
<id>sbglasius</id>
<name>Søren Berg Glasius</name>
</developer>
<developer>
<id>ruslan-khalitov</id>
<name>Ruslan Khalitov</name>
</developer>
<developer>
<id>spither</id>
<name>Simon Pither</name>
</developer>
<developer>
<id>occurred</id>
<name>Charlie Schaubmair</name>
</developer>
<developer>
<id>jameskleeh</id>
<name>James Kleeh</name>
</developer>
<developer>
<id>kaerfredoc</id>
<name>Tyler</name>
</developer>
<developer>
<id>nmfisher</id>
<name>Nick Fisher</name>
</developer>
<developer>
<id>peh</id>
<name>Philipp Eschenbach</name>
</developer>
<developer>
<id>verglor</id>
<name>verglor</name>
</developer>
<developer>
<id>burtbeckwith</id>
<name>Burt Beckwith</name>
</developer>
<developer>
<id>domix</id>
<name>Domingo Suarez Torres</name>
</developer>
<developer>
<id>magno32</id>
<name>Justin Smith</name>
</developer>
<developer>
<id>sgates</id>
<name>Steffen Gates</name>
</developer>
<developer>
<id>smaldini</id>
<name>Stephane Maldini</name>
</developer>
<developer>
<id>alvarosanchez</id>
<name>Álvaro Sánchez-Mariscal</name>
</developer>
<developer>
<id>m-r-c</id>
<name>Mark Chambers</name>
</developer>
<developer>
<id>perdacherMartin</id>
<name>Perdacher Martin</name>
</developer>
</developers>
<scm>
<connection>scm:git@github.com:grails-plugins/grails-elasticsearch.git</connection>
<developerConnection>scm:git@github.com:grails-plugins/grails-elasticsearch.git</developerConnection>
<url>https://github.com/grails-plugins/grails-elasticsearch</url>
</scm>
<issueManagement>
<system>GitHub Issues</system>
<url>https://github.com/grails-plugins/grails-elasticsearch/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch</artifactId>
<version>7.17.29</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.elasticsearch.client</groupId>
<artifactId>elasticsearch-rest-client</artifactId>
<version>7.17.29</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.elasticsearch.client</groupId>
<artifactId>elasticsearch-rest-high-level-client</artifactId>
<version>7.17.29</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-sync</artifactId>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
</exclusions>
<version>5.5.2</version>
</dependency>
<dependency>
<groupId>org.locationtech.spatial4j</groupId>
<artifactId>spatial4j</artifactId>
<version>0.8</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.grails</groupId>
<artifactId>grails-core</artifactId>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
</exclusions>
<version>7.0.10</version>
</dependency>
<dependency>
<groupId>org.apache.grails</groupId>
<artifactId>grails-data-hibernate5</artifactId>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
</exclusions>
<version>7.0.10</version>
</dependency>
<dependency>
<groupId>org.apache.grails</groupId>
<artifactId>grails-databinding</artifactId>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
</exclusions>
<version>7.0.10</version>
</dependency>
<dependency>
<groupId>org.apache.grails</groupId>
<artifactId>grails-events</artifactId>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
</exclusions>
<version>7.0.10</version>
</dependency>
<dependency>
<groupId>org.apache.grails</groupId>
<artifactId>grails-gsp</artifactId>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
</exclusions>
<version>7.0.10</version>
</dependency>
<dependency>
<groupId>org.apache.grails</groupId>
<artifactId>grails-interceptors</artifactId>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
</exclusions>
<version>7.0.10</version>
</dependency>
<dependency>
<groupId>org.apache.grails</groupId>
<artifactId>grails-layout</artifactId>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
</exclusions>
<version>7.0.10</version>
</dependency>
<dependency>
<groupId>org.apache.grails</groupId>
<artifactId>grails-logging</artifactId>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
</exclusions>
<version>7.0.10</version>
</dependency>
<dependency>
<groupId>org.apache.grails</groupId>
<artifactId>grails-rest-transforms</artifactId>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
</exclusions>
<version>7.0.10</version>
</dependency>
<dependency>
<groupId>org.apache.grails</groupId>
<artifactId>grails-scaffolding</artifactId>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
</exclusions>
<version>7.0.10</version>
</dependency>
<dependency>
<groupId>org.apache.grails</groupId>
<artifactId>grails-services</artifactId>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
</exclusions>
<version>7.0.10</version>
</dependency>
<dependency>
<groupId>org.apache.grails</groupId>
<artifactId>grails-url-mappings</artifactId>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
</exclusions>
<version>7.0.10</version>
</dependency>
<dependency>
<groupId>org.apache.grails</groupId>
<artifactId>grails-web-boot</artifactId>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
</exclusions>
<version>7.0.10</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
</exclusions>
<version>3.5.13</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
</exclusions>
<version>3.5.13</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
</exclusions>
<version>3.5.13</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-logging</artifactId>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
</exclusions>
<version>3.5.13</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
</exclusions>
<version>3.5.13</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
</exclusions>
<version>3.5.13</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-ehcache</artifactId>
<version>5.6.15.Final</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
<exclusion>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jboss.spec.javax.transaction</groupId>
<artifactId>jboss-transaction-api_1.3_spec</artifactId>
<version>2.0.0.Final</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
</exclusions>
<version>2.3.232</version>
</dependency>
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
</exclusions>
<version>6.3.3</version>
</dependency>
<dependency>
<groupId>org.fusesource.jansi</groupId>
<artifactId>jansi</artifactId>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
</exclusions>
<version>1.18</version>
</dependency>
</dependencies>
</project>