Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a52c719

Browse filesBrowse files
committed
Import sesame-rio-api module to enable integration with Sesame Rio
1 parent 3443c93 commit a52c719
Copy full SHA for a52c719

File tree

Expand file treeCollapse file tree

2 files changed

+10
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+10
-1
lines changed
Open diff view settings
Collapse file

‎integration/sesame/pom.xml‎

Copy file name to clipboardExpand all lines: integration/sesame/pom.xml
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
<groupId>org.openrdf.sesame</groupId>
3030
<artifactId>sesame-model</artifactId>
3131
</dependency>
32+
<dependency>
33+
<groupId>org.openrdf.sesame</groupId>
34+
<artifactId>sesame-rio-api</artifactId>
35+
</dependency>
3236
<dependency>
3337
<groupId>junit</groupId>
3438
<artifactId>junit</artifactId>
Collapse file

‎pom.xml‎

Copy file name to clipboardExpand all lines: pom.xml
+6-1Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,12 @@
3535
<dependency>
3636
<groupId>org.openrdf.sesame</groupId>
3737
<artifactId>sesame-model</artifactId>
38-
<version>2.7.0-beta2</version>
38+
<version>2.7.0-beta3-SNAPSHOT</version>
39+
</dependency>
40+
<dependency>
41+
<groupId>org.openrdf.sesame</groupId>
42+
<artifactId>sesame-rio-api</artifactId>
43+
<version>2.7.0-beta3-SNAPSHOT</version>
3944
</dependency>
4045
<dependency>
4146
<groupId>junit</groupId>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.