<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>tanvd.grazi.languagetool</groupId>
  <artifactId>grazi-language-tool-ja</artifactId>
  <version>4.7.5</version>
  <dependencies>
    <dependency>
      <groupId>tanvd.grazi.languagetool</groupId>
      <artifactId>grazi-language-tool</artifactId>
      <version>4.7.5</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.github.lucene-gosen</groupId>
      <artifactId>lucene-gosen</artifactId>
      <version>6.2.1</version>
      <classifier>ipadic</classifier>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>lucene-core</artifactId>
          <groupId>org.apache.lucene</groupId>
        </exclusion>
        <exclusion>
          <artifactId>solr-solrj</artifactId>
          <groupId>org.apache.solr</groupId>
        </exclusion>
        <exclusion>
          <artifactId>lucene-codecs</artifactId>
          <groupId>org.apache.lucene</groupId>
        </exclusion>
        <exclusion>
          <artifactId>lucene-analyzers</artifactId>
          <groupId>org.apache.lucene</groupId>
        </exclusion>
        <exclusion>
          <artifactId>lucene-analyzers-common</artifactId>
          <groupId>org.apache.lucene</groupId>
        </exclusion>
        <exclusion>
          <artifactId>solr-core</artifactId>
          <groupId>org.apache.solr</groupId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
</project>
