DATAJPA-1405 - Polishing.

Removed obsolete constants.

Original pull request: #290.
This commit is contained in:
Oliver Gierke
2018-08-17 13:13:21 +02:00
parent e1bf98e451
commit ea308d28df

View File

@@ -15,13 +15,9 @@
*/
package org.springframework.data.jpa.repository;
import static java.util.Arrays.*;
import static org.assertj.core.api.Assertions.*;
import static org.eclipse.persistence.Version.*;
import java.util.HashSet;
import java.util.Set;
import javax.persistence.Query;
import org.junit.Assume;
@@ -41,8 +37,6 @@ import org.springframework.test.context.ContextConfiguration;
@ContextConfiguration(value = "classpath:eclipselink.xml")
public class EclipseLinkNamespaceUserRepositoryTests extends NamespaceUserRepositoryTests {
public static final Set<String> BROKEN_ECLIPSE_VERSIONS = new HashSet<String>(asList("2.7.2", "2.7.3", "2.7.4"));
/**
* Ignored until https://bugs.eclipse.org/bugs/show_bug.cgi?id=349477 is resolved.
*/