Skip to content

Commit 71b6f70

Browse files
committed
[alert] updated spring-core; removed default lucene index path
1 parent c31063b commit 71b6f70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Conceptpower+Spring/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<version>2.0-BUILD-SNAPSHOT</version>
1010
<properties>
1111
<java-version>1.8</java-version>
12-
<org.springframework-version>4.3.7.RELEASE</org.springframework-version>
12+
<org.springframework-version>4.3.18.RELEASE</org.springframework-version>
1313
<org.aspectj-version>1.7.3</org.aspectj-version>
1414
<org.slf4j-version>1.7.5</org.slf4j-version>
1515
<tomcat.deploy.path>http://localhost:8080/manager/text</tomcat.deploy.path>
@@ -26,7 +26,7 @@
2626
<admin.password>admin</admin.password>
2727
<wordnet.path>/usr/local/WordNet-3.0</wordnet.path>
2828
<spring-security-version>3.2.8.RELEASE</spring-security-version>
29-
<lucene.index>/Users/karthikeyanmohan/Software/Conceptpower/indexFiles</lucene.index>
29+
<lucene.index></lucene.index>
3030
<pullrequest></pullrequest>
3131
<debug_level>debug</debug_level>
3232
<skip.integration.tests>false</skip.integration.tests>

0 commit comments

Comments
 (0)