This repository was archived by the owner on Oct 8, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6969 <scala .version>2.11.8</scala .version>
7070 <scala .binary.version>2.11</scala .binary.version>
7171 <spark .version>2.1.0</spark .version>
72- <flink .version>1.2.0 </flink .version>
72+ <flink .version>1.2.1 </flink .version>
7373 <jena .version>3.1.1</jena .version>
7474 <sansa .stack.version>0.1.0-SNAPSHOT</sansa .stack.version>
7575 <sansa .rdf.version>${sansa.stack.version} </sansa .rdf.version>
8282 <CodeCacheSize >512m</CodeCacheSize >
8383 </properties >
8484
85+ <prerequisites >
86+ <maven >3.0</maven >
87+ </prerequisites >
88+
8589 <dependencyManagement >
8690 <dependencies >
8791 <!-- RDF Layer -->
404408 <artifactId >versioneye-maven-plugin</artifactId >
405409 <version >3.11.2</version >
406410 </plugin >
411+
412+ <plugin >
413+ <groupId >org.apache.maven.plugins</groupId >
414+ <artifactId >maven-source-plugin</artifactId >
415+ <version >3.0.1</version >
416+ </plugin >
417+
418+ <plugin >
419+ <groupId >org.apache.maven.plugins</groupId >
420+ <artifactId >maven-javadoc-plugin</artifactId >
421+ <version >2.10.4</version >
422+ </plugin >
423+
424+ <plugin >
425+ <groupId >org.apache.maven.plugins</groupId >
426+ <artifactId >maven-shade-plugin</artifactId >
427+ <version >3.0.0</version >
428+ </plugin >
429+
430+ <plugin >
431+ <groupId >org.apache.maven.plugins</groupId >
432+ <artifactId >maven-surefire-plugin</artifactId >
433+ <version >2.20</version >
434+ </plugin >
407435 </plugins >
408436 </pluginManagement >
409437
Original file line number Diff line number Diff line change @@ -106,11 +106,9 @@ under the License.
106106 </dependency >
107107
108108 <!-- Scopt -->
109- <!-- Flink Distribution uses 3.2.0 which leads to conflicts with newer versions -->
110109 <dependency >
111110 <groupId >com.github.scopt</groupId >
112111 <artifactId >scopt_${scala.binary.version}</artifactId >
113- <version >3.5.0</version >
114112 </dependency >
115113
116114 </dependencies >
@@ -146,7 +144,6 @@ under the License.
146144 <plugin >
147145 <groupId >org.apache.maven.plugins</groupId >
148146 <artifactId >maven-surefire-plugin</artifactId >
149- <version >2.19.1</version >
150147 <configuration >
151148 <useFile >false</useFile >
152149 <disableXmlReport >true</disableXmlReport >
@@ -242,7 +239,6 @@ under the License.
242239 <plugin >
243240 <groupId >org.apache.maven.plugins</groupId >
244241 <artifactId >maven-shade-plugin</artifactId >
245- <version >2.4.1</version >
246242 <executions >
247243 <!-- Run shade goal on package phase -->
248244 <execution >
Original file line number Diff line number Diff line change 158158 <plugin >
159159 <groupId >org.apache.maven.plugins</groupId >
160160 <artifactId >maven-surefire-plugin</artifactId >
161- <version >2.19.1</version >
162161 <configuration >
163162 <useFile >false</useFile >
164163 <disableXmlReport >true</disableXmlReport >
266265 <plugin >
267266 <groupId >org.apache.maven.plugins</groupId >
268267 <artifactId >maven-shade-plugin</artifactId >
269- <version >2.4.3</version >
270268 <executions >
271269 <execution >
272270 <phase >package</phase >
You can’t perform that action at this time.
0 commit comments