From f87f468521c06ec11f75ae27a193ef593f17f532 Mon Sep 17 00:00:00 2001 From: Tadgh Date: Sun, 27 Mar 2022 16:51:35 -0700 Subject: [PATCH] Move non-DB modes to storage --- .../ca/uhn/fhir/jpa/binstore/FilesystemBinaryStorageSvcImpl.java | 0 .../java/ca/uhn/fhir/jpa/binstore/MemoryBinaryStorageSvcImpl.java | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {hapi-fhir-jpaserver-base => hapi-fhir-storage}/src/main/java/ca/uhn/fhir/jpa/binstore/FilesystemBinaryStorageSvcImpl.java (100%) rename {hapi-fhir-jpaserver-base => hapi-fhir-storage}/src/main/java/ca/uhn/fhir/jpa/binstore/MemoryBinaryStorageSvcImpl.java (100%) diff --git a/hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/binstore/FilesystemBinaryStorageSvcImpl.java b/hapi-fhir-storage/src/main/java/ca/uhn/fhir/jpa/binstore/FilesystemBinaryStorageSvcImpl.java similarity index 100% rename from hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/binstore/FilesystemBinaryStorageSvcImpl.java rename to hapi-fhir-storage/src/main/java/ca/uhn/fhir/jpa/binstore/FilesystemBinaryStorageSvcImpl.java diff --git a/hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/binstore/MemoryBinaryStorageSvcImpl.java b/hapi-fhir-storage/src/main/java/ca/uhn/fhir/jpa/binstore/MemoryBinaryStorageSvcImpl.java similarity index 100% rename from hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/binstore/MemoryBinaryStorageSvcImpl.java rename to hapi-fhir-storage/src/main/java/ca/uhn/fhir/jpa/binstore/MemoryBinaryStorageSvcImpl.java