Skip to content

Commit

Permalink
update the ootb KC config
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWittmann committed Feb 24, 2016
1 parent 3e76ec0 commit ac34469
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
4 changes: 4 additions & 0 deletions distro/wildfly8/pom.xml
Expand Up @@ -48,6 +48,10 @@
<artifactId>apiman-gateway-platforms-war-wildfly8-gateway</artifactId>
<type>war</type>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>apiman-gateway-engine-beans</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>apiman-distro-data</artifactId>
Expand Down
14 changes: 14 additions & 0 deletions distro/wildfly8/src/main/assembly/overlay.xml
Expand Up @@ -34,6 +34,20 @@
<directoryMode>0755</directoryMode>
<fileMode>0755</fileMode>
</dependencySet>
<!-- apiman-gateway-engine-beans JAR -->
<dependencySet>
<outputDirectory>standalone/deployments</outputDirectory>
<includes>
<include>*:apiman-gateway-engine-beans:jar</include>
</includes>
<outputFileNameMapping>apiman-gateway-engine-beans.jar</outputFileNameMapping>
<useProjectArtifact>false</useProjectArtifact>
<useProjectAttachments>false</useProjectAttachments>
<useTransitiveDependencies>false</useTransitiveDependencies>
<useTransitiveFiltering>false</useTransitiveFiltering>
<directoryMode>0755</directoryMode>
<fileMode>0755</fileMode>
</dependencySet>
<!-- apiman-gateway-api -->
<dependencySet>
<outputDirectory>standalone/deployments</outputDirectory>
Expand Down
Binary file not shown.

0 comments on commit ac34469

Please sign in to comment.