File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
spring-data-envers/src/test/java/org/springframework/data/envers Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,6 @@ public PlatformTransactionManager transactionManager() throws SQLException {
58
58
public AbstractEntityManagerFactoryBean entityManagerFactory () throws SQLException {
59
59
60
60
HibernateJpaVendorAdapter jpaVendorAdapter = new HibernateJpaVendorAdapter ();
61
- jpaVendorAdapter .setDatabase (Database .H2 );
62
61
jpaVendorAdapter .setGenerateDdl (true );
63
62
64
63
LocalContainerEntityManagerFactoryBean bean = new LocalContainerEntityManagerFactoryBean ();
Original file line number Diff line number Diff line change 46
46
<artifactId >spring-aop</artifactId >
47
47
</dependency >
48
48
49
+ <dependency >
50
+ <groupId >org.aspectj</groupId >
51
+ <artifactId >aspectjrt</artifactId >
52
+ <version >${aspectj} </version >
53
+ <optional >true</optional >
54
+ </dependency >
55
+
49
56
<dependency >
50
57
<groupId >org.springframework</groupId >
51
58
<artifactId >spring-tx</artifactId >
You can’t perform that action at this time.
0 commit comments