Skip to content
This repository was archived by the owner on Apr 22, 2022. It is now read-only.

Commit 3f72bb3

Browse files
committed
merged authentication for tools, add namespace service, refactored limes to parametrize prefixes before hardcoded
1 parent 125289f commit 3f72bb3

23 files changed

+934
-736
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ These option will not install any integrated component from the stack and you re
1313

1414
### Requirements
1515

16-
17-
* Have a clean triple store and make sure to have a superuser created.
16+
* Virtuoso 7.1 triple store and make sure to have a superuser created.
1817

1918
### Application configuration
2019

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@
6363
<artifactId>gson</artifactId>
6464
<version>2.2.4</version>
6565
</dependency>
66+
67+
<dependency>
68+
<groupId>commons-httpclient</groupId>
69+
<artifactId>commons-httpclient</artifactId>
70+
<version>3.1</version>
71+
</dependency>
6672

6773
<!-- for digest authentication -->
6874
<dependency>

src/main/java/TabFileReader.java

Lines changed: 0 additions & 87 deletions
This file was deleted.

src/main/java/authentication/FrameworkConfiguration.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -337,14 +337,6 @@ public void setAuthSparqlPassword(String authSparqlPassword) {
337337
this.AuthSparqlPassword = authSparqlPassword;
338338
}
339339

340-
// public String getAccountsNamespace() {
341-
// return accountsNamespace;
342-
// }
343-
//
344-
// public void setAccountsNamespace(String accountsNamespace) {
345-
// this.accountsNamespace = accountsNamespace;
346-
// }
347-
348340
public String getAccountsGraph() {
349341
return accountsGraph;
350342
}

0 commit comments

Comments
 (0)