File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
src/main/java/com/tecacet/finance/service/stock/yahoo Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 2727 <coverage .totalLineRate>0.81</coverage .totalLineRate>
2828 <!-- ignore Crumb Manager -->
2929 <coverage .missedclasses>1</coverage .missedclasses>
30- <nexus-staging-maven-plugin .version>1.6.8 </nexus-staging-maven-plugin .version>
31- <maven-source-plugin .version>3.2.1 </maven-source-plugin .version>
32- <maven-javadoc-plugin .version>3.3.1 </maven-javadoc-plugin .version>
33- <maven-gpg .version>1.6 </maven-gpg .version>
30+ <nexus-staging-maven-plugin .version>1.6.13 </nexus-staging-maven-plugin .version>
31+ <maven-source-plugin .version>3.3.0 </maven-source-plugin .version>
32+ <maven-javadoc-plugin .version>3.6.3 </maven-javadoc-plugin .version>
33+ <maven-gpg .version>3.1.0 </maven-gpg .version>
3434 </properties >
3535
3636 <dependencies >
Original file line number Diff line number Diff line change 2020
2121public abstract class AbstractYahooService {
2222
23-
2423 private static final String HISTQUOTES2_BASE_URL = "https://query1.finance.yahoo.com/v7/finance/download/" ;
2524 private static final int CONNECTION_TIMEOUT = 10000 ;
2625
You can’t perform that action at this time.
0 commit comments