Skip to content

Commit

Permalink
Additional modifications because there was a leak in the dependence o…
Browse files Browse the repository at this point in the history
…f the correction #248
  • Loading branch information
btkadotahr committed May 13, 2016
1 parent c9e2b88 commit 604e50b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions projectName-domain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,14 @@
<dependency>
<groupId>org.terasoluna.gfw</groupId>
<artifactId>terasoluna-gfw-jpa</artifactId>
<type>pom</type>
</dependency>
REMOVE THIS LINE IF YOU USE JPA -->
<!-- REMOVE THIS LINE IF YOU USE MyBatis3
<dependency>
<groupId>org.terasoluna.gfw</groupId>
<artifactId>terasoluna-gfw-mybatis3</artifactId>
<type>pom</type>
</dependency>
REMOVE THIS LINE IF YOU USE MyBatis3 -->
<dependency>
Expand Down
2 changes: 2 additions & 0 deletions projectName-env/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,14 @@
<dependency>
<groupId>org.terasoluna.gfw</groupId>
<artifactId>terasoluna-gfw-jpa</artifactId>
<type>pom</type>
</dependency>
REMOVE THIS LINE IF YOU USE JPA -->
<!-- REMOVE THIS LINE IF YOU USE MyBatis3
<dependency>
<groupId>org.terasoluna.gfw</groupId>
<artifactId>terasoluna-gfw-mybatis3</artifactId>
<type>pom</type>
</dependency>
REMOVE THIS LINE IF YOU USE MyBatis3 -->
<dependency>
Expand Down

0 comments on commit 604e50b

Please sign in to comment.