script-expert-scoring
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.strapdata.elasticsearch</groupId> <artifactId>script-expert-scoring</artifactId> <version>6.2.3.31</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 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.strapdata.elasticsearch</groupId> <artifactId>script-expert-scoring</artifactId> <version>6.2.3.31</version> <dependencies> <dependency> <groupId>com.strapdata.elasticsearch</groupId> <artifactId>elasticsearch</artifactId> <version>6.2.3.31</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.locationtech.spatial4j</groupId> <artifactId>spatial4j</artifactId> <version>0.6</version> <scope>provided</scope> <exclusions> <exclusion> <artifactId>*</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.vividsolutions</groupId> <artifactId>jts</artifactId> <version>1.13</version> <scope>provided</scope> <exclusions> <exclusion> <artifactId>*</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> <version>2.9.1</version> <scope>provided</scope> <exclusions> <exclusion> <artifactId>*</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> <version>2.9.1</version> <scope>provided</scope> <exclusions> <exclusion> <artifactId>*</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.elasticsearch</groupId> <artifactId>jna</artifactId> <version>4.5.1</version> <scope>provided</scope> <exclusions> <exclusion> <artifactId>*</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.strapdata.elasticsearch.test</groupId> <artifactId>framework</artifactId> <version>6.2.3.31</version> <scope>test</scope> </dependency> </dependencies> <name>mavenDeployer</name> <description>Elasticsearch subproject :example-plugins:script-expert-scoring</description> <url>https://github.com/strapdata/elassandra</url> <inceptionYear>2015</inceptionYear> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>https://github.com/strapdata/elassandra</url> <connection>scm:git:git@github.com:strapdata/elassandra.git</connection> <developerConnection>scm:git:git@github.com:strapdata/elassandra.git</developerConnection> </scm> <developers> <developer> <name>Strapdata</name> <url>https://github.com/strapdata/elassandra</url> <organizationUrl>https://www.strapdata.com/</organizationUrl> </developer> </developers> </project>