parent
13f3fc4de7
commit
99f4a419dc
6
pom.xml
6
pom.xml
|
@ -4,7 +4,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.gcube.data-access</groupId>
|
<groupId>org.gcube.data-access</groupId>
|
||||||
<artifactId>sh-fuse-integration</artifactId>
|
<artifactId>sh-fuse-integration</artifactId>
|
||||||
<version>1.2.0-SNAPSHOT</version>
|
<version>1.2.0</version>
|
||||||
<name>SHFuseIntegration</name>
|
<name>SHFuseIntegration</name>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
|
@ -66,6 +66,10 @@
|
||||||
<artifactId>storagehub-model</artifactId>
|
<artifactId>storagehub-model</artifactId>
|
||||||
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
|
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.gcube.core</groupId>
|
||||||
|
<artifactId>common-gcube-calls</artifactId>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.cache2k</groupId>
|
<groupId>org.cache2k</groupId>
|
||||||
<artifactId>cache2k-jcache</artifactId>
|
<artifactId>cache2k-jcache</artifactId>
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
</appender>
|
</appender>
|
||||||
|
|
||||||
|
|
||||||
<logger name="org.gcube.data.access.storagehub.fs" level="WARN" />
|
<logger name="org.gcube.data.access.storagehub.fs" level="TRACE" />
|
||||||
<logger name="org.gcube" level="WARN" />
|
<logger name="org.gcube" level="WARN" />
|
||||||
|
|
||||||
<root level="WARN">
|
<root level="WARN">
|
||||||
|
|
|
@ -11,7 +11,7 @@ public class FuseTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void mount() {
|
public void mount() {
|
||||||
StorageHubFS memfs = new StorageHubFS("b7c80297-e4ed-42ab-ab42-fdc0b8b0eabf-98187548","/gcube");
|
StorageHubFS memfs = new StorageHubFS("AccessToken","/gcube");
|
||||||
try {
|
try {
|
||||||
String path;
|
String path;
|
||||||
switch (Platform.getNativePlatform().getOS()) {
|
switch (Platform.getNativePlatform().getOS()) {
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
</appender>
|
</appender>
|
||||||
|
|
||||||
|
|
||||||
<logger name="org.gcube.data.access.storagehub.fs" level="TRACE" />
|
<logger name="org.gcube.data.access.storagehub.fs" level="WARN" />
|
||||||
<logger name="org.gcube" level="WARN" />
|
<logger name="org.gcube" level="WARN" />
|
||||||
|
|
||||||
<root level="WARN">
|
<root level="WARN">
|
||||||
|
|
Loading…
Reference in New Issue