Move @immutable examples to spring-hibernate5 (#1350)
This commit is contained in:
parent
64ec368139
commit
71e0d80096
1
pom.xml
1
pom.xml
@ -134,6 +134,7 @@
|
||||
<module>spring-freemarker</module>
|
||||
<module>spring-hibernate3</module>
|
||||
<module>spring-hibernate4</module>
|
||||
<module>spring-hibernate5</module>
|
||||
<module>spring-integration</module>
|
||||
<module>spring-jersey</module>
|
||||
<module>spring-jms</module>
|
||||
|
@ -11,7 +11,9 @@ import org.junit.Test;
|
||||
import org.junit.rules.ExpectedException;
|
||||
|
||||
public class HibernateImmutableIntegrationTest {
|
||||
|
||||
private Session session;
|
||||
|
||||
@Rule
|
||||
public final ExpectedException exception = ExpectedException.none();
|
||||
|
Loading…
x
Reference in New Issue
Block a user