Commit a97f0ccd4e30dfcbdbae77df35fd713c6dc56222
1 parent
84327acb
Exists in
master
Inclusão de driver MySQL
Showing
1 changed file
with
6 additions
and
6 deletions
Show diff stats
pom.xml
... | ... | @@ -596,12 +596,12 @@ |
596 | 596 | <!-- <version>${oracle.driver.version}</version> --> |
597 | 597 | <!-- </dependency> --> |
598 | 598 | |
599 | - <!-- <dependency> --> | |
600 | - <!-- <groupId>mysql</groupId> --> | |
601 | - <!-- <artifactId>mysql-connector-java</artifactId> --> | |
602 | - <!-- <version>${mysql.driver.version}</version> --> | |
603 | - <!-- <scope>provided</scope> --> | |
604 | - <!-- </dependency> --> | |
599 | + <dependency> | |
600 | + <groupId>mysql</groupId> | |
601 | + <artifactId>mysql-connector-java</artifactId> | |
602 | + <version>${mysql.driver.version}</version> | |
603 | + <!-- <scope>provided</scope> --> | |
604 | + </dependency> | |
605 | 605 | |
606 | 606 | <!-- Jasper Report --> |
607 | 607 | <dependency> | ... | ... |