fess-xpack
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.codelibs.fess</groupId> <artifactId>fess-xpack</artifactId> <version>12.6.0.0</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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.codelibs.fess</groupId> <artifactId>fess-xpack</artifactId> <packaging>jar</packaging> <name>X-Pack support for Fess</name> <version>12.6.0.0</version> <url>https://fess.codelibs.org/</url> <inceptionYear>2009</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> <organization> <name>CodeLibs</name> <url>https://fess.codelibs.org/</url> </organization> <issueManagement> <url>https://github.com/codelibs/fess/issues</url> </issueManagement> <scm> <connection>scm:git:git@github.com:codelibs/fess-xpack.git</connection> <developerConnection>scm:git:git@github.com:codelibs/fess-xpack.git</developerConnection> <url>https://github.com/codelibs/fess-xpack</url> </scm> <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>9</version> </parent> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> <fess.version>12.6.0</fess.version> <!-- Main Framework --> <dbflute.version>1.1.9</dbflute.version> <lastaflute.version>1.1.1</lastaflute.version> <lasta.taglib.version>0.7.3</lasta.taglib.version> <lasta.job.version>0.5.3</lasta.job.version> <mailflute.version>0.6.0</mailflute.version> <!-- Partner Library --> <slf4j.version>1.7.26</slf4j.version> <log4j.version>2.11.1</log4j.version> <jackson.version>2.8.11</jackson.version> <commons.fileupload.version>1.4</commons.fileupload.version> <asm.version>5.1</asm.version> <!-- Testing --> <junit.version>4.12</junit.version> <junit.jupiter.version>5.0.2</junit.jupiter.version> <junit.vintage.version>${junit.version}.0</junit.vintage.version> <junit.platform.version>1.0.0</junit.platform.version> <utflute.version>0.8.6</utflute.version> <!-- Crawler --> <crawler.version>2.6.0</crawler.version> <!-- Suggest --> <suggest.version>6.7.0</suggest.version> <!-- Elasticsearch --> <elasticsearch.version>6.7.1</elasticsearch.version> <cluster.runner.version>${elasticsearch.version}.0</cluster.runner.version> <!-- Tomcat --> <tomcat.version>9.0.17</tomcat.version> <tomcat.boot.version>0.7.1</tomcat.boot.version> </properties> <build> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> <version>3.8.0</version> <configuration> <source>${maven.compiler.source}</source> <target>${maven.compiler.target}</target> <encoding>UTF-8</encoding> </configuration> </plugin> <plugin> <artifactId>maven-source-plugin</artifactId> <version>3.0.1</version> <executions> <execution> <id>source-jar</id> <phase>package</phase> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <artifactId>maven-jar-plugin</artifactId> <version>3.1.0</version> <configuration> <archive> <manifest> <mainClass>org.codelibs.fess.xpack.app.Install</mainClass> </manifest> </archive> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>buildnumber-maven-plugin</artifactId> <version>1.4</version> <executions> <execution> <phase>validate</phase> <goals> <goal>create</goal> </goals> </execution> </executions> <configuration> <doCheck>false</doCheck> <doUpdate>false</doUpdate> </configuration> </plugin> <plugin> <artifactId>maven-javadoc-plugin</artifactId> <version>3.0.1</version> <configuration> <encoding>UTF-8</encoding> <docencoding>UTF-8</docencoding> <charset>UTF-8</charset> <source>8</source> </configuration> </plugin> <plugin> <groupId>com.mycila</groupId> <artifactId>license-maven-plugin</artifactId> <version>3.0</version> <configuration> <header>https://www.codelibs.org/assets/license/header.txt</header> <properties> <year>2019</year> </properties> <includes> <include>src/**/*.java</include> </includes> <encoding>UTF-8</encoding> <headerDefinitions> <headerDefinition>https://www.codelibs.org/assets/license/header-definition-2.xml</headerDefinition> </headerDefinitions> </configuration> <executions> <execution> <goals> <goal>check</goal> </goals> </execution> </executions> </plugin> </plugins> </build> <pluginRepositories> <pluginRepository> <id>codelibs.org</id> <name>CodeLibs Repository</name> <url>https://maven.codelibs.org/</url> </pluginRepository> <pluginRepository> <id>oss.sonatype.org</id> <name>oss.sonatype.org</name> <url>https://oss.sonatype.org/content/groups/public/</url> </pluginRepository> </pluginRepositories> <repositories> <repository> <id>codelibs.org</id> <name>CodeLibs Repository</name> <url>https://maven.codelibs.org/</url> </repository> <repository> <id>elasticsearch-releases</id> <url>https://artifacts.elastic.co/maven</url> <releases> <enabled>true</enabled> </releases> <snapshots> <enabled>false</enabled> </snapshots> </repository> <repository> <id>oss.sonatype.org</id> <name>oss.sonatype.org</name> <url>https://oss.sonatype.org/content/groups/public/</url> <releases> <enabled>true</enabled> </releases> <snapshots> <enabled>true</enabled> </snapshots> </repository> </repositories> <dependencies> <dependency> <groupId>org.codelibs</groupId> <artifactId>corelib</artifactId> <version>0.4.0</version> </dependency> <dependency> <groupId>org.lastaflute</groupId> <artifactId>lastaflute</artifactId> <version>${lastaflute.version}</version> </dependency> <dependency> <groupId>org.lastaflute.job</groupId> <artifactId>lasta-job</artifactId> <version>${lasta.job.version}</version> </dependency> <dependency> <groupId>org.dbflute.tomcat</groupId> <artifactId>tomcat-boot</artifactId> <version>${tomcat.boot.version}</version> </dependency> <dependency> <groupId>javax.transaction</groupId> <artifactId>javax.transaction-api</artifactId> <version>1.2</version> </dependency> <dependency> <groupId>org.dbflute</groupId> <artifactId>dbflute-runtime</artifactId> <version>${dbflute.version}</version> </dependency> <dependency> <groupId>org.codelibs.fess</groupId> <artifactId>fess</artifactId> <version>${fess.version}</version> </dependency> <dependency> <groupId>org.elasticsearch</groupId> <artifactId>elasticsearch</artifactId> <version>${elasticsearch.version}</version> </dependency> <dependency> <groupId>org.elasticsearch.client</groupId> <artifactId>x-pack-transport</artifactId> <version>${elasticsearch.version}</version> </dependency> <dependency> <groupId>org.elasticsearch.plugin</groupId> <artifactId>x-pack-security</artifactId> <version>${elasticsearch.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>${slf4j.version}</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>${junit.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.dbflute.utflute</groupId> <artifactId>utflute-lastaflute</artifactId> <version>${utflute.version}</version> <scope>test</scope> </dependency> </dependencies> </project>