Skip to content

Commit

Permalink
[alert] updated spring-core; removed default lucene index path
Browse files Browse the repository at this point in the history
  • Loading branch information
jdamerow committed Dec 4, 2018
1 parent c31063b commit 71b6f70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Conceptpower+Spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>2.0-BUILD-SNAPSHOT</version>
<properties>
<java-version>1.8</java-version>
<org.springframework-version>4.3.7.RELEASE</org.springframework-version>
<org.springframework-version>4.3.18.RELEASE</org.springframework-version>
<org.aspectj-version>1.7.3</org.aspectj-version>
<org.slf4j-version>1.7.5</org.slf4j-version>
<tomcat.deploy.path>http://localhost:8080/manager/text</tomcat.deploy.path>
Expand All @@ -26,7 +26,7 @@
<admin.password>admin</admin.password>
<wordnet.path>/usr/local/WordNet-3.0</wordnet.path>
<spring-security-version>3.2.8.RELEASE</spring-security-version>
<lucene.index>/Users/karthikeyanmohan/Software/Conceptpower/indexFiles</lucene.index>
<lucene.index></lucene.index>
<pullrequest></pullrequest>
<debug_level>debug</debug_level>
<skip.integration.tests>false</skip.integration.tests>
Expand Down

0 comments on commit 71b6f70

Please sign in to comment.