Skip to content

Commit

Permalink
Extracted the helper class JPAUnit into a separate library for reuse.
Browse files Browse the repository at this point in the history
  • Loading branch information
ackasaber committed Oct 2, 2021
1 parent c5e4e73 commit 4d93350
Show file tree
Hide file tree
Showing 22 changed files with 55 additions and 318 deletions.
5 changes: 5 additions & 0 deletions jpa02/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,10 @@
<artifactId>mariadb-java-client</artifactId>
<version>2.7.4</version>
</dependency>
<dependency>
<groupId>example</groupId>
<artifactId>jpaunit</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
7 changes: 0 additions & 7 deletions jpa02/src/main/java/example/jpaunit/JPATransactionAction.java

This file was deleted.

5 changes: 5 additions & 0 deletions jpa03/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,10 @@
<artifactId>postgresql</artifactId>
<version>42.2.23.jre7</version>
</dependency>
<dependency>
<groupId>example</groupId>
<artifactId>jpaunit</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
7 changes: 0 additions & 7 deletions jpa03/src/main/java/example/jpaunit/JPATransactionAction.java

This file was deleted.

46 changes: 0 additions & 46 deletions jpa03/src/main/java/example/jpaunit/JPAUnit.java

This file was deleted.

5 changes: 5 additions & 0 deletions jpa04/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,10 @@
<artifactId>postgresql</artifactId>
<version>42.2.23.jre7</version>
</dependency>
<dependency>
<groupId>example</groupId>
<artifactId>jpaunit</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
7 changes: 0 additions & 7 deletions jpa04/src/main/java/example/jpaunit/JPATransactionAction.java

This file was deleted.

46 changes: 0 additions & 46 deletions jpa04/src/main/java/example/jpaunit/JPAUnit.java

This file was deleted.

5 changes: 5 additions & 0 deletions jpa05/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,10 @@
<artifactId>postgresql</artifactId>
<version>42.2.23.jre7</version>
</dependency>
<dependency>
<groupId>example</groupId>
<artifactId>jpaunit</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
7 changes: 0 additions & 7 deletions jpa05/src/main/java/example/jpaunit/JPATransactionAction.java

This file was deleted.

46 changes: 0 additions & 46 deletions jpa05/src/main/java/example/jpaunit/JPAUnit.java

This file was deleted.

5 changes: 5 additions & 0 deletions jpa06/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,10 @@
<artifactId>postgresql</artifactId>
<version>42.2.23.jre7</version>
</dependency>
<dependency>
<groupId>example</groupId>
<artifactId>jpaunit</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
7 changes: 0 additions & 7 deletions jpa06/src/main/java/example/jpaunit/JPATransactionAction.java

This file was deleted.

46 changes: 0 additions & 46 deletions jpa06/src/main/java/example/jpaunit/JPAUnit.java

This file was deleted.

5 changes: 5 additions & 0 deletions jpa07/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,10 @@
<artifactId>postgresql</artifactId>
<version>42.2.23.jre7</version>
</dependency>
<dependency>
<groupId>example</groupId>
<artifactId>jpaunit</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
7 changes: 0 additions & 7 deletions jpa07/src/main/java/example/jpaunit/JPATransactionAction.java

This file was deleted.

46 changes: 0 additions & 46 deletions jpa07/src/main/java/example/jpaunit/JPAUnit.java

This file was deleted.

5 changes: 5 additions & 0 deletions jpa08/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,10 @@
<artifactId>postgresql</artifactId>
<version>42.2.23.jre7</version>
</dependency>
<dependency>
<groupId>example</groupId>
<artifactId>jpaunit</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Loading

0 comments on commit 4d93350

Please sign in to comment.