Skip to content

Commit

Permalink
Merge pull request #249 from terasolunaorg/issues/248_FixPom_UpdateDe…
Browse files Browse the repository at this point in the history
…pendency

Add the type in the description of the dependency #248
  • Loading branch information
yoshikawaa committed May 13, 2016
2 parents 90158d1 + 604e50b commit 16b490f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions projectName-domain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,20 @@
<dependency>
<groupId>org.terasoluna.gfw</groupId>
<artifactId>terasoluna-gfw-security-core</artifactId>
<type>pom</type>
</dependency>
<!-- REMOVE THIS LINE IF YOU USE JPA
<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 16b490f

Please sign in to comment.