当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
3 Star 5 Fork 1

温山/wsm-lucene
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pom.xml 2.06 KB
一键复制 编辑 原始数据 按行查看 历史
温山 提交于 2017-11-22 17:01 . init lucene
<?xml version="1.0" encoding="UTF-8"?>
<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>
<groupId>com.wenshan</groupId>
<artifactId>wsm-lucene</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>wsm-lucene</name>
<url>http://maven.apache.org</url>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
</plugins>
</build>
<properties>
<lucene-core.version>2.4.0</lucene-core.version>
<lucene-analyzers.version>2.4.1</lucene-analyzers.version>
<commons-logging.version>1.2</commons-logging.version>
<spring-core.version>4.3.4.RELEASE</spring-core.version>
<spring-beans.version>4.3.4.RELEASE</spring-beans.version>
<spring-context.version>4.3.4.RELEASE</spring-context.version>
<spring-aop.version>4.3.4.RELEASE</spring-aop.version>
<spring-expression.version>4.3.4.RELEASE</spring-expression.version>
</properties>
<dependencies>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-core</artifactId>
<version>${lucene-core.version}</version>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-analyzers</artifactId>
<version>${lucene-analyzers.version}</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>${commons-logging.version}</version>
</dependency>
</dependencies>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/shaojiepeng/wsm-lucene.git
git@gitee.com:shaojiepeng/wsm-lucene.git
shaojiepeng
wsm-lucene
wsm-lucene
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385