update utflute
This commit is contained in:
parent
8b69f8b514
commit
33be98a9dd
2 changed files with 7 additions and 2 deletions
4
pom.xml
4
pom.xml
|
@ -42,7 +42,7 @@
|
|||
<dbflute.version>1.1.2</dbflute.version>
|
||||
<lastaflute.version>0.9.2</lastaflute.version>
|
||||
<lasta.taglib.version>0.7.1</lasta.taglib.version>
|
||||
<lasta.job.version>0.4.2</lasta.job.version>
|
||||
<lasta.job.version>0.4.3-RC1</lasta.job.version>
|
||||
<mailflute.version>0.5.2</mailflute.version>
|
||||
|
||||
<!-- Partner Library -->
|
||||
|
@ -54,7 +54,7 @@
|
|||
|
||||
<!-- Testing -->
|
||||
<junit.version>4.12</junit.version>
|
||||
<utflute.version>0.6.8</utflute.version>
|
||||
<utflute.version>0.7.1-RC1</utflute.version>
|
||||
|
||||
<!-- Crawler -->
|
||||
<crawler.version>1.2.0-SNAPSHOT</crawler.version>
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
package org.codelibs.fess.mylasta;
|
||||
|
||||
import org.codelibs.fess.unit.UnitFessTestCase;
|
||||
import org.lastaflute.doc.DocumentGenerator;
|
||||
|
||||
public class FessLastaDocTest extends UnitFessTestCase {
|
||||
|
||||
|
@ -51,4 +52,8 @@ public class FessLastaDocTest extends UnitFessTestCase {
|
|||
saveLastaDocMeta();
|
||||
}
|
||||
|
||||
@Override
|
||||
protected DocumentGenerator createDocumentGenerator() {
|
||||
return super.createDocumentGenerator().suppressJobDoc();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue