Skip to content

Commit

Permalink
Merge pull request #121 from luck3y/CLOUD-3319
Browse files Browse the repository at this point in the history
CLOUD-3319 - remove mysql & postgres from CD 17 standalone-openshift.xml
  • Loading branch information
luck3y authored Jul 16, 2019
2 parents 36e40b6 + 0987053 commit 968783b
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,6 @@
<driver name="h2" module="com.h2database.h2">
<xa-datasource-class>org.h2.jdbcx.JdbcDataSource</xa-datasource-class>
</driver>
<driver name="mysql" module="com.mysql">
<xa-datasource-class>com.mysql.jdbc.jdbc2.optional.MysqlXADataSource</xa-datasource-class>
</driver>
<driver name="postgresql" module="org.postgresql">
<xa-datasource-class>org.postgresql.xa.PGXADataSource</xa-datasource-class>
</driver>
<!-- ##DRIVERS## -->
</drivers>
</datasources>
Expand Down

0 comments on commit 968783b

Please sign in to comment.