mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
remove module-info
This commit is contained in:
@@ -268,17 +268,7 @@
|
||||
<groupId>org.apache.sshd</groupId>
|
||||
<artifactId>sshd-core</artifactId>
|
||||
<version>${sshd.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.apache.sshd</groupId>
|
||||
<artifactId>sshd-common</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.sshd</groupId>
|
||||
<artifactId>sshd-common</artifactId>
|
||||
<version>${sshd.version}</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<!-- FTP工具 -->
|
||||
<dependency>
|
||||
|
@@ -22,6 +22,8 @@ import org.apache.lucene.util.Attribute;
|
||||
|
||||
import cn.hutool.v7.extra.tokenizer.Word;
|
||||
|
||||
import java.io.Serial;
|
||||
|
||||
/**
|
||||
* Lucene-analysis分词中的一个单词包装
|
||||
*
|
||||
@@ -29,6 +31,7 @@ import cn.hutool.v7.extra.tokenizer.Word;
|
||||
*
|
||||
*/
|
||||
public class AnalysisWord implements Word {
|
||||
@Serial
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
private final Attribute word;
|
||||
|
Reference in New Issue
Block a user