Skip to content

Commit

Permalink
Use solr latest version 7.2.1 #4158
Browse files Browse the repository at this point in the history
Dev work still needed
  • Loading branch information
matthew-a-dunlap committed Mar 14, 2018
1 parent f8020cd commit 931497d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
<dependency>
<groupId>org.apache.solr</groupId>
<artifactId>solr-solrj</artifactId>
<version>7.1.0</version>
<version>7.2.1</version>
</dependency>
<!-- <dependency>
required by Solr... prevents java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public void close(){
try {
solrServer.close();
} catch (IOException e) {
logger.warning("Solr closing error: " + e);
logger.severe("Solr closing error: " + e);
}

solrServer = null;
Expand Down

0 comments on commit 931497d

Please sign in to comment.