\r
<distributionManagement>\r
<repository>\r
- <id>libs-releases-local</id>\r
- <name>libs-releases-local</name>\r
- <url>http://source.collectionspace.org:8081/artifactory/libs-releases-local</url>\r
+ <id>libs-release-local</id>\r
+ <name>libs-release-local</name>\r
+ <url>http://source.collectionspace.org:8081/artifactory/libs-release-local</url>\r
</repository>\r
<snapshotRepository>\r
- <id>libs-snapshots-local</id>\r
- <name>libs-snapshots-local</name>\r
- <url>http://source.collectionspace.org:8081/artifactory/libs-snapshots-local</url>\r
+ <id>libs-snapshot-local</id>\r
+ <name>libs-snapshot-local</name>\r
+ <url>http://source.collectionspace.org:8081/artifactory/libs-snapshot-local</url>\r
</snapshotRepository>\r
</distributionManagement>\r
\r
</snapshots>\r
</repository>\r
<repository>\r
- <id>libs-releases-local</id>\r
- <name>libs-releases-local</name>\r
- <url>http://source.collectionspace.org:8081/artifactory/libs-releases-local</url>\r
+ <id>libs-release-local</id>\r
+ <name>libs-release-local</name>\r
+ <url>http://source.collectionspace.org:8081/artifactory/libs-release-local</url>\r
<snapshots>\r
<enabled>false</enabled>\r
</snapshots>\r
<artifactId>org.collectionspace.services.collectionobject.service</artifactId>\r
<version>${project.version}</version>\r
</dependency>\r
- <dependency>\r
- <groupId>org.collectionspace.services</groupId>\r
- <artifactId>org.collectionspace.services.note.service</artifactId>\r
- <version>${project.version}</version>\r
- </dependency>\r
<dependency>\r
<groupId>org.collectionspace.services</groupId>\r
<artifactId>org.collectionspace.services.id.service</artifactId>\r
import org.collectionspace.services.collectionobject.CollectionObjectResource;
import org.collectionspace.services.id.IDResource;
import org.collectionspace.services.media.MediaResource;
-import org.collectionspace.services.note.NoteResource;
import org.collectionspace.services.group.GroupResource;
import org.collectionspace.services.intake.IntakeResource;
import org.collectionspace.services.loanin.LoaninResource;
addResourceToMapAndSingletons(new IntakeResource());
addResourceToMapAndSingletons(new DimensionResource());
addResourceToMapAndSingletons(new RelationResource());
- addResourceToMapAndSingletons(new NoteResource());
addResourceToMapAndSingletons(new LoaninResource());
addResourceToMapAndSingletons(new LoanoutResource());
addResourceToMapAndSingletons(new ObjectExitResource());
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<tenant:TenantBindingConfig
+ xmlns:merge='http://xmlmerge.el4j.elca.ch'
+ xmlns:tenant='http://collectionspace.org/services/config/tenant'>
+
+ <tenant:tenantBinding id="100" name="core.collectionspace.org" displayName="CollectionSpace Core Demo Tenant" version="0.1">
+ <tenant:repositoryDomain name="default-domain" storageName="core-domain" repositoryClient="nuxeo-java" />
+ </tenant:tenantBinding>
+
+</tenant:TenantBindingConfig>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
- <version>5.6</version>
</dependency>
<!-- apache -->
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
- <version>1.3.1</version>
+ <version>1.4.2</version>
</dependency>
</dependencies>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
- <version>5.6</version>
</dependency>
<!-- apache -->