|
26 | 26 | <maven.compiler.target>1.8</maven.compiler.target> |
27 | 27 | <encoding>UTF-8</encoding> |
28 | 28 |
|
29 | | - <sansa.version>0.2.0</sansa.version> |
| 29 | + <sansa.version>0.3.0</sansa.version> |
30 | 30 |
|
31 | 31 | <scala.version>2.11.11</scala.version> |
32 | 32 | <scala.binary.version>2.11</scala.binary.version> |
|
248 | 248 | <version>${scala.version}</version> |
249 | 249 | </dependency> |
250 | 250 |
|
251 | | - <dependency> |
252 | | - <groupId>net.sansa-stack</groupId> |
253 | | - <artifactId>sansa-rdf-test-resources${scala.version.suffix}</artifactId> |
254 | | - <version>${project.version}</version> |
255 | | - <!-- <classifier>${scala.compat.version}</classifier> --> |
256 | | - </dependency> |
257 | | - |
258 | | - |
259 | 251 | <dependency> |
260 | 252 | <groupId>org.aksw.bsbm</groupId> |
261 | 253 | <artifactId>bsbm-jsa</artifactId> |
|
299 | 291 | <dependency> |
300 | 292 | <groupId>net.sansa-stack</groupId> |
301 | 293 | <artifactId>sansa-rdf-common-partition${scala.version.suffix}</artifactId> |
302 | | - <version>${project.version}</version> |
303 | | - <!-- <classifier>${scala.compat.version}</classifier> --> |
| 294 | + <version>${sansa.version}</version> |
| 295 | + </dependency> |
| 296 | + |
| 297 | + <dependency> |
| 298 | + <groupId>net.sansa-stack</groupId> |
| 299 | + <artifactId>sansa-rdf-test-resources${scala.version.suffix}</artifactId> |
| 300 | + <version>${sansa.version}</version> |
| 301 | + </dependency> |
| 302 | + |
| 303 | + <dependency> |
| 304 | + <groupId>${project.groupId}</groupId> |
| 305 | + <artifactId>sansa-rdf-partition-sparqlify${scala.version.suffix}</artifactId> |
| 306 | + <version>${sansa.version}</version> |
304 | 307 | </dependency> |
305 | 308 |
|
306 | 309 |
|
|
309 | 312 | <artifactId>jena-sparql-api-server-standalone</artifactId> |
310 | 313 | <version>${jsa.version}</version> |
311 | 314 | <exclusions> |
312 | | -<!-- |
313 | | - <exclusion> |
314 | | - <groupId>xml-apis</groupId> |
315 | | - <artifactId>xml-apis</artifactId> |
316 | | - </exclusion> |
317 | | - <exclusion> |
318 | | - <groupId>org.eclipse.jetty</groupId> |
319 | | - <artifactId>jetty-xml</artifactId> |
320 | | - </exclusion> |
321 | | ---> |
| 315 | + <!-- <exclusion> <groupId>xml-apis</groupId> <artifactId>xml-apis</artifactId> |
| 316 | + </exclusion> <exclusion> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-xml</artifactId> |
| 317 | + </exclusion> --> |
322 | 318 |
|
323 | 319 | </exclusions> |
324 | 320 | <!-- <classifier>${scala.compat.version}</classifier> --> |
|
573 | 569 | </execution> |
574 | 570 | </executions> |
575 | 571 | </plugin> |
576 | | - |
| 572 | + |
577 | 573 | <plugin> |
578 | 574 | <groupId>org.sonatype.plugins</groupId> |
579 | 575 | <artifactId>nexus-staging-maven-plugin</artifactId> |
|
0 commit comments