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 {
5858 public AbstractEntityManagerFactoryBean entityManagerFactory () throws SQLException {
5959
6060 HibernateJpaVendorAdapter jpaVendorAdapter = new HibernateJpaVendorAdapter ();
61- jpaVendorAdapter .setDatabase (Database .H2 );
6261 jpaVendorAdapter .setGenerateDdl (true );
6362
6463 LocalContainerEntityManagerFactoryBean bean = new LocalContainerEntityManagerFactoryBean ();
Original file line number Diff line number Diff line change 4646 <artifactId >spring-aop</artifactId >
4747 </dependency >
4848
49+ <dependency >
50+ <groupId >org.aspectj</groupId >
51+ <artifactId >aspectjrt</artifactId >
52+ <version >${aspectj} </version >
53+ <optional >true</optional >
54+ </dependency >
55+
4956 <dependency >
5057 <groupId >org.springframework</groupId >
5158 <artifactId >spring-tx</artifactId >
You can’t perform that action at this time.
0 commit comments