update to utflute 0.6.0E
This commit is contained in:
parent
3536bf894d
commit
af2038df89
3 changed files with 2 additions and 5 deletions
2
pom.xml
2
pom.xml
|
@ -55,7 +55,7 @@
|
|||
|
||||
<!-- Testing -->
|
||||
<junit.version>4.12</junit.version>
|
||||
<utflute.version>0.6.0B</utflute.version>
|
||||
<utflute.version>0.6.0E</utflute.version>
|
||||
|
||||
<!-- Crawler -->
|
||||
<crawler.version>1.0.2</crawler.version>
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
package org.codelibs.fess.mylasta;
|
||||
|
||||
import org.codelibs.fess.unit.UnitFessTestCase;
|
||||
import org.dbflute.utflute.lastaflute.police.HotDeployDestroyerPolice;
|
||||
import org.dbflute.utflute.lastaflute.police.NonActionExtendsActionPolice;
|
||||
import org.dbflute.utflute.lastaflute.police.NonWebHasWebReferencePolice;
|
||||
import org.dbflute.utflute.lastaflute.police.WebPackageNinjaReferencePolice;
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
package org.codelibs.fess.mylasta;
|
||||
|
||||
import org.codelibs.fess.unit.UnitFessTestCase;
|
||||
import org.dbflute.utflute.core.document.DocumentGenerator;
|
||||
|
||||
public class FessLastaDocTest extends UnitFessTestCase {
|
||||
|
||||
|
@ -49,8 +48,7 @@ public class FessLastaDocTest extends UnitFessTestCase {
|
|||
// Document
|
||||
// ========
|
||||
public void test_document() throws Exception {
|
||||
DocumentGenerator documentGenerator = new DocumentGenerator();
|
||||
documentGenerator.saveLastaDocMeta();
|
||||
saveLastaDocMeta();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue