Skip to content

Commit

Permalink
Adds mysql connector driver
Browse files Browse the repository at this point in the history
* Deploys mysql connector on booting of container
  • Loading branch information
phantomjinx committed Apr 11, 2017
1 parent 97aaf54 commit acf5c68
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 466 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<version>0.1.Final</version>
<packaging>pom</packaging>

<name>Komodo Openshift War Archives</name>
<name>komodo openshift war archives</name>

<properties>
<version.komodo-rest>0.0.4-SNAPSHOT</version.komodo-rest>
Expand Down
7 changes: 7 additions & 0 deletions teiid-os/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,13 @@
<include>standalone.xml</include>
</includes>
</resource>
<resource>
<targetPath>${jboss.home}/standalone/deployments</targetPath>
<directory>src/main/resources/drivers</directory>
<includes>
<include>*.jar</include>
</includes>
</resource>
</resources>
</configuration>
</execution>
Expand Down
Binary file not shown.
Loading

0 comments on commit acf5c68

Please sign in to comment.