Adapt to relocated packages in Spring Data Cassandra

See gh-9291
This commit is contained in:
Mark Paluch
2017-05-23 16:17:43 +02:00
committed by Andy Wilkinson
parent 6531423519
commit 7e8e2c486e
9 changed files with 30 additions and 26 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012-2013 the original author or authors.
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -18,8 +18,8 @@ package sample.data.cassandra;
import java.util.UUID;
import org.springframework.data.cassandra.mapping.PrimaryKey;
import org.springframework.data.cassandra.mapping.Table;
import org.springframework.data.cassandra.core.mapping.PrimaryKey;
import org.springframework.data.cassandra.core.mapping.Table;
@Table
public class Customer {