|
14 | 14 | <compiler.version>1.8</compiler.version> |
15 | 15 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
16 | 16 | <!--Define the AKSW dependency version --> |
17 | | - <slf4j.version>1.7.28</slf4j.version> |
| 17 | + <slf4j.version>1.7.30</slf4j.version> |
18 | 18 | <log4j.version>2.13.3</log4j.version> |
19 | | - <solr.version>8.2.0</solr.version> |
20 | | - <owlapi.version>4.5.13</owlapi.version> |
21 | | - <spring.version>4.3.25.RELEASE</spring.version> |
| 19 | + <solr.version>8.6.3</solr.version> |
| 20 | + <owlapi.version>4.5.17</owlapi.version> |
| 21 | + <spring.version>4.3.29.RELEASE</spring.version> |
22 | 22 | <jena.sparql.api.version>3.16.0-1</jena.sparql.api.version> |
23 | 23 | <jena.version>3.16.0</jena.version> |
24 | 24 | <pellet.version>2.5.2-dllearner</pellet.version> |
|
34 | 34 | </modules> |
35 | 35 |
|
36 | 36 | <prerequisites> |
37 | | - <maven>3.0</maven> |
| 37 | + <maven>3.3.9</maven> |
38 | 38 | </prerequisites> |
39 | 39 |
|
40 | 40 |
|
|
125 | 125 | <configuration> |
126 | 126 | <useSystemClassLoader>false</useSystemClassLoader> |
127 | 127 | </configuration> |
128 | | - <version>2.22.0</version> |
| 128 | + <version>2.22.1</version> |
129 | 129 | </plugin> |
130 | 130 | <!--Maven Compiler Plugin --> |
131 | 131 | <plugin> |
132 | 132 | <groupId>org.apache.maven.plugins</groupId> |
133 | 133 | <artifactId>maven-compiler-plugin</artifactId> |
134 | | - <version>3.7.0</version> |
| 134 | + <version>3.8.1</version> |
135 | 135 | <configuration> |
136 | 136 | <source>${compiler.version}</source> |
137 | 137 | <target>${compiler.version}</target> |
|
148 | 148 | <plugin> |
149 | 149 | <groupId>org.apache.maven.plugins</groupId> |
150 | 150 | <artifactId>maven-jar-plugin</artifactId> |
151 | | - <version>3.1.0</version> |
| 151 | + <version>3.2.0</version> |
152 | 152 | </plugin> |
153 | 153 | <plugin> |
154 | 154 | <groupId>org.apache.maven.plugins</groupId> |
|
178 | 178 | <plugin> |
179 | 179 | <groupId>org.apache.maven.plugins</groupId> |
180 | 180 | <artifactId>maven-source-plugin</artifactId> |
181 | | - <version>3.0.1</version> |
| 181 | + <version>3.2.1</version> |
182 | 182 | </plugin> |
183 | 183 | <plugin> |
184 | 184 | <groupId>org.apache.maven.plugins</groupId> |
185 | 185 | <artifactId>maven-javadoc-plugin</artifactId> |
186 | | - <version>3.1.1</version> |
| 186 | + <version>3.2.0</version> |
187 | 187 | <configuration> |
188 | 188 | <source>${compiler.version}</source> |
189 | 189 | <failOnError>false</failOnError> |
|
222 | 222 | <plugin> |
223 | 223 | <groupId>org.codehaus.mojo</groupId> |
224 | 224 | <artifactId>license-maven-plugin</artifactId> |
225 | | - <version>1.17</version> |
| 225 | + <version>1.19</version> |
226 | 226 | </plugin> |
227 | 227 | <plugin> |
228 | 228 | <groupId>org.apache.tomcat.maven</groupId> |
|
247 | 247 | <plugin> |
248 | 248 | <groupId>org.apache.maven.plugins</groupId> |
249 | 249 | <artifactId>maven-release-plugin</artifactId> |
250 | | - <version>2.5.3</version> |
| 250 | + <version>3.0.0-M1</version> |
251 | 251 | <configuration> |
252 | 252 | <autoVersionSubmodules>true</autoVersionSubmodules> |
253 | 253 | </configuration> |
|
258 | 258 | <plugin> |
259 | 259 | <groupId>com.amashchenko.maven.plugin</groupId> |
260 | 260 | <artifactId>gitflow-maven-plugin</artifactId> |
261 | | - <version>1.13.0</version> |
| 261 | + <version>1.14.0</version> |
262 | 262 | <configuration> |
263 | 263 | <installProject>false</installProject> |
264 | 264 | <verbose>true</verbose> |
|
277 | 277 | <plugin> |
278 | 278 | <groupId>org.apache.maven.plugins</groupId> |
279 | 279 | <artifactId>maven-site-plugin</artifactId> |
280 | | - <version>3.7.1</version> |
| 280 | + <version>3.8.2</version> |
281 | 281 | <configuration> |
282 | 282 | <!--<skipDeploy>true</skipDeploy> --> |
283 | 283 | </configuration> |
284 | 284 | <dependencies> |
285 | 285 | <dependency><!-- add support for ssh/scp --> |
286 | 286 | <groupId>org.apache.maven.wagon</groupId> |
287 | 287 | <artifactId>wagon-ssh</artifactId> |
288 | | - <version>2.10</version> |
| 288 | + <version>3.4.0</version> |
289 | 289 | </dependency> |
290 | 290 | </dependencies> |
291 | 291 | </plugin> |
|
343 | 343 | </plugin> |
344 | 344 | <plugin> |
345 | 345 | <artifactId>maven-assembly-plugin</artifactId> |
346 | | - <version>3.1.0</version> |
| 346 | + <version>3.1.1</version> |
347 | 347 | <executions> |
348 | 348 | <execution> |
349 | 349 | <phase>package</phase> |
|
475 | 475 | </exceptions> |
476 | 476 | </configuration> |
477 | 477 | </plugin> |
| 478 | + <plugin> |
| 479 | + <groupId>com.github.spotbugs</groupId> |
| 480 | + <artifactId>spotbugs-maven-plugin</artifactId> |
| 481 | + <version>4.1.3</version> |
| 482 | + <dependencies> |
| 483 | + <!-- overwrite dependency on spotbugs if you want to specify the version of spotbugs --> |
| 484 | + <dependency> |
| 485 | + <groupId>com.github.spotbugs</groupId> |
| 486 | + <artifactId>spotbugs</artifactId> |
| 487 | + <version>4.1.3</version> |
| 488 | + </dependency> |
| 489 | + </dependencies> |
| 490 | + </plugin> |
| 491 | + |
478 | 492 | </plugins> |
479 | 493 | </pluginManagement> |
480 | 494 | <!--<plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> |
|
490 | 504 | <plugin> |
491 | 505 | <groupId>org.basepom.maven</groupId> |
492 | 506 | <artifactId>duplicate-finder-maven-plugin</artifactId> |
493 | | - <version>1.3.0</version> |
| 507 | + <version>1.4.0</version> |
| 508 | + </plugin> |
| 509 | + <plugin> |
| 510 | + <groupId>com.github.spotbugs</groupId> |
| 511 | + <artifactId>spotbugs-maven-plugin</artifactId> |
494 | 512 | </plugin> |
495 | 513 | </plugins> |
496 | 514 | </build> |
497 | 515 |
|
498 | | - <dependencies> |
499 | | - <dependency> |
500 | | - <groupId>com.google.code.findbugs</groupId> |
501 | | - <artifactId>jsr305</artifactId> |
502 | | - <version>3.0.2</version> |
503 | | - </dependency> |
504 | | - </dependencies> |
505 | | - |
506 | 516 | <dependencyManagement> |
507 | 517 | <!-- - Dependency Management defines the dependencies at the parent level |
508 | 518 | - These set the dependencies on a global level and the children are forced |
|
637 | 647 | <dependency> |
638 | 648 | <groupId>net.sourceforge.owlapi</groupId> |
639 | 649 | <artifactId>org.semanticweb.hermit</artifactId> |
640 | | - <version>1.4.3.456</version> |
| 650 | + <version>1.4.5.456</version> |
641 | 651 | </dependency> |
642 | 652 | <!-- Fact++ --> |
643 | 653 | <dependency> |
|
695 | 705 | <dependency> |
696 | 706 | <groupId>org.json</groupId> |
697 | 707 | <artifactId>json</artifactId> |
698 | | - <version>20190722</version> |
| 708 | + <version>20200518</version> |
699 | 709 | </dependency> |
700 | 710 |
|
701 | 711 | <!--Used in NKE interfaces for now --> |
|
728 | 738 | <dependency> |
729 | 739 | <groupId>com.jamonapi</groupId> |
730 | 740 | <artifactId>jamon</artifactId> |
731 | | - <version>2.81</version> |
| 741 | + <version>2.82</version> |
732 | 742 | </dependency> |
733 | 743 |
|
734 | 744 | <!-- Apache Commons libs --> |
735 | 745 | <dependency> |
736 | 746 | <groupId>org.apache.commons</groupId> |
737 | 747 | <artifactId>commons-pool2</artifactId> |
738 | | - <version>2.7.0</version> |
| 748 | + <version>2.9.0</version> |
739 | 749 | </dependency> |
740 | 750 | <dependency> |
741 | 751 | <groupId>org.apache.commons</groupId> |
742 | 752 | <artifactId>commons-compress</artifactId> |
743 | | - <version>1.19</version> |
| 753 | + <version>1.20</version> |
744 | 754 | </dependency> |
745 | 755 | <dependency> |
746 | 756 | <groupId>org.apache.commons</groupId> |
|
755 | 765 | <dependency> |
756 | 766 | <groupId>org.apache.commons</groupId> |
757 | 767 | <artifactId>commons-lang3</artifactId> |
758 | | - <version>3.9</version> |
| 768 | + <version>3.11</version> |
759 | 769 | </dependency> |
760 | 770 |
|
761 | 771 | <!-- Jena SPARQL API --> |
|
796 | 806 | <dependency> |
797 | 807 | <groupId>com.h2database</groupId> |
798 | 808 | <artifactId>h2</artifactId> |
799 | | - <version>1.4.199</version> |
| 809 | + <version>1.4.200</version> |
800 | 810 | </dependency> |
801 | 811 |
|
802 | 812 | <dependency> |
803 | 813 | <groupId>mysql</groupId> |
804 | 814 | <artifactId>mysql-connector-java</artifactId> |
805 | | - <version>8.0.17</version> |
| 815 | + <version>8.0.21</version> |
806 | 816 | </dependency> |
807 | 817 |
|
808 | 818 | <dependency> |
809 | 819 | <groupId>org.postgresql</groupId> |
810 | 820 | <artifactId>postgresql</artifactId> |
811 | | - <version>42.2.6</version> |
| 821 | + <version>42.2.17</version> |
812 | 822 | </dependency> |
813 | 823 |
|
814 | 824 |
|
815 | 825 | <dependency> |
816 | 826 | <groupId>nz.ac.waikato.cms.weka</groupId> |
817 | 827 | <artifactId>weka-dev</artifactId> |
818 | | - <version>3.9.3</version> |
| 828 | + <version>3.9.4</version> |
819 | 829 | </dependency> |
820 | 830 |
|
821 | 831 | <dependency> |
822 | 832 | <groupId>com.google.guava</groupId> |
823 | 833 | <artifactId>guava</artifactId> |
824 | | - <version>28.1-jre</version> |
| 834 | + <version>29.0-jre</version> |
825 | 835 | </dependency> |
826 | 836 | <dependency> |
827 | 837 | <groupId>com.dumontierlab</groupId> |
|
949 | 959 | <dependency> |
950 | 960 | <groupId>joda-time</groupId> |
951 | 961 | <artifactId>joda-time</artifactId> |
952 | | - <version>2.10.3</version> |
| 962 | + <version>2.10.6</version> |
953 | 963 | </dependency> |
954 | 964 | <dependency> |
955 | 965 | <groupId>edu.berkeley.compbio</groupId> |
|
1006 | 1016 | <version>1.1</version> |
1007 | 1017 | </dependency> |
1008 | 1018 |
|
| 1019 | + <dependency> |
| 1020 | + <groupId>edu.stanford.nlp</groupId> |
| 1021 | + <artifactId>stanford-corenlp</artifactId> |
| 1022 | + <version>4.0.0</version> |
| 1023 | + </dependency> |
| 1024 | + |
1009 | 1025 | </dependencies> |
1010 | 1026 | </dependencyManagement> |
1011 | 1027 |
|
|
1065 | 1081 | <plugin> |
1066 | 1082 | <groupId>org.apache.maven.plugins</groupId> |
1067 | 1083 | <artifactId>maven-javadoc-plugin</artifactId> |
| 1084 | + <reportSets> |
| 1085 | + <reportSet> |
| 1086 | + <id>aggregate</id> |
| 1087 | + <inherited>false</inherited> |
| 1088 | + <reports> |
| 1089 | + <report>aggregate</report> |
| 1090 | + </reports> |
| 1091 | + </reportSet> |
| 1092 | + <reportSet> |
| 1093 | + <id>default</id> |
| 1094 | + <reports> |
| 1095 | + <report>javadoc</report> |
| 1096 | + </reports> |
| 1097 | + </reportSet> |
| 1098 | + </reportSets> |
1068 | 1099 | <configuration> |
1069 | 1100 | <show>public</show> |
1070 | | - <aggregate>true</aggregate> |
1071 | | - <reportSets> |
1072 | | - <reportSet> |
1073 | | - <id>aggregate</id> |
1074 | | - <inherited>false</inherited> |
1075 | | - <reports> |
1076 | | - <report>aggregate</report> |
1077 | | - </reports> |
1078 | | - </reportSet> |
1079 | | - </reportSets> |
1080 | 1101 | <links> |
1081 | 1102 | <link>https://docs.oracle.com/javase/8/docs/api/</link> |
1082 | 1103 | </links> |
|
1117 | 1138 | <plugin> |
1118 | 1139 | <groupId>org.apache.maven.plugins</groupId> |
1119 | 1140 | <artifactId>maven-changes-plugin</artifactId> |
1120 | | - <version>2.12.1</version> |
1121 | 1141 | <reportSets> |
1122 | 1142 | <reportSet> |
1123 | 1143 | <reports> |
|
0 commit comments