org.tinygroup.stopword
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>org.tinygroup.stopword</artifactId>
<version>3.4.9</version>
</dependency><?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.tinygroup</groupId>
<artifactId>fulltext</artifactId>
<version>3.4.9</version>
</parent>
<properties>
<lucene_version>4.7.2</lucene_version>
</properties>
<artifactId>org.tinygroup.stopword</artifactId>
<dependencies>
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>org.tinygroup.tinyrunner</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>org.tinygroup.fileresolver</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-analyzers-common</artifactId>
<version>${lucene_version}</version>
</dependency>
</dependencies>
</project>