Skip to content

Commit

Permalink
fix ojdbc group ID in pom.xml, match officially group ID #324
Browse files Browse the repository at this point in the history
(cherry picked from commit 2918301)
  • Loading branch information
bttsuchikawaf committed Aug 29, 2017
1 parent 114fddb commit ed8fcc9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
<!-- <scope>provided</scope> -->
<!-- </dependency> -->
<!-- <dependency> -->
<!-- <groupId>com.oracle</groupId> -->
<!-- <groupId>com.oracle.jdbc</groupId> -->
<!-- <artifactId>ojdbc7</artifactId> -->
<!-- <version>${ojdbc.version}</version> -->
<!-- <scope>provided</scope> -->
Expand Down
2 changes: 1 addition & 1 deletion projectName-domain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<!-- <scope>test</scope> -->
<!-- </dependency> -->
<!-- <dependency> -->
<!-- <groupId>com.oracle</groupId> -->
<!-- <groupId>com.oracle.jdbc</groupId> -->
<!-- <artifactId>ojdbc7</artifactId> -->
<!-- <scope>test</scope> -->
<!-- </dependency> -->
Expand Down
2 changes: 1 addition & 1 deletion projectName-initdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<db.username>oracle</db.username>
<db.password>oracle</db.password>
<db.driver>oracle.jdbc.driver.OracleDriver</db.driver>
<db.groupId>com.oracle</db.groupId>
<db.groupId>com.oracle.jdbc</db.groupId>
<db.artifactId>ojdbc7</db.artifactId>
<db.version>${ojdbc7.version}</db.version>
<db.delimiterType>row</db.delimiterType>
Expand Down
2 changes: 1 addition & 1 deletion projectName-selenium/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<!-- <scope>test</scope> -->
<!-- </dependency> -->
<!-- <dependency> -->
<!-- <groupId>com.oracle</groupId> -->
<!-- <groupId>com.oracle.jdbc</groupId> -->
<!-- <artifactId>ojdbc7</artifactId> -->
<!-- <scope>test</scope> -->
<!-- </dependency> -->
Expand Down
2 changes: 1 addition & 1 deletion projectName-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<!-- <scope>runtime</scope> -->
<!-- </dependency> -->
<!-- <dependency> -->
<!-- <groupId>com.oracle</groupId> -->
<!-- <groupId>com.oracle.jdbc</groupId> -->
<!-- <artifactId>ojdbc7</artifactId> -->
<!-- <scope>runtime</scope> -->
<!-- </dependency> -->
Expand Down

0 comments on commit ed8fcc9

Please sign in to comment.