This commit is contained in:
parent
cfd3d67398
commit
9a2292bed6
1 changed files with 8 additions and 2 deletions
10
pom.xml
10
pom.xml
|
@ -108,7 +108,7 @@
|
|||
</profiles>
|
||||
<properties>
|
||||
<dbflute.version>1.0.4K</dbflute.version>
|
||||
<s2robot.version>0.7.2-SNAPSHOT</s2robot.version>
|
||||
<s2robot.version>0.7.2</s2robot.version>
|
||||
<solr.version>4.8.1</solr.version>
|
||||
<slf4j.version>1.7.7</slf4j.version>
|
||||
<poi.version>3.10-FINAL</poi.version>
|
||||
|
@ -529,7 +529,7 @@
|
|||
<dependency>
|
||||
<groupId>org.codelibs.solr</groupId>
|
||||
<artifactId>solrlib</artifactId>
|
||||
<version>1.3.0-SNAPSHOT</version>
|
||||
<version>1.3.1-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codelibs.sastruts</groupId>
|
||||
|
@ -600,6 +600,12 @@
|
|||
<version>3.0.1</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.servlet.jsp</groupId>
|
||||
<artifactId>jsp-api</artifactId>
|
||||
<version>2.2</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.mail</groupId>
|
||||
<artifactId>javax.mail-api</artifactId>
|
||||
|
|
Loading…
Add table
Reference in a new issue