Skip to content

Commit 075bfca

Browse files
committed
Fixing dependencies
1 parent f2106c7 commit 075bfca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/uk/org/llgc/annotation/store/adapters/elastic/ElasticStore.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
import uk.org.llgc.annotation.store.adapters.StoreAdapter;
2424
import uk.org.llgc.annotation.store.adapters.AbstractStoreAdapter;
2525

26-
import org.elasticsearch.xcontent.XContentBuilder;
26+
import org.elasticsearch.common.xcontent.XContentBuilder;
2727
import org.elasticsearch.common.text.Text;
28-
import org.elasticsearch.xcontent.XContentFactory;
28+
import org.elasticsearch.common.xcontent.XContentFactory;
2929

3030
import org.elasticsearch.client.RestHighLevelClient;
3131
import org.elasticsearch.client.RestClientBuilder;

0 commit comments

Comments
 (0)