add s2robot-lasta
This commit is contained in:
parent
4b687fc6d3
commit
de222d6c75
2 changed files with 6 additions and 1 deletions
7
pom.xml
7
pom.xml
|
@ -39,7 +39,7 @@
|
|||
|
||||
<!-- Main Framework -->
|
||||
<dbflute.version>1.1.0-sp7</dbflute.version>
|
||||
<lastaflute.version>0.6.1-RC2</lastaflute.version>
|
||||
<lastaflute.version>0.6.1-RC3</lastaflute.version>
|
||||
<lasta.taglib.version>0.6.0</lasta.taglib.version>
|
||||
<servlet.version>3.1.0</servlet.version>
|
||||
<jsp.version>2.3.1</jsp.version>
|
||||
|
@ -471,6 +471,11 @@
|
|||
</dependency>
|
||||
|
||||
<!-- s2robot -->
|
||||
<dependency>
|
||||
<groupId>org.codelibs.robot</groupId>
|
||||
<artifactId>s2robot-lasta</artifactId>
|
||||
<version>${s2robot.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codelibs.robot</groupId>
|
||||
<artifactId>s2robot-es</artifactId>
|
||||
|
|
Loading…
Add table
Reference in a new issue