forked from wildfly-extras/wildfly-camel
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[resolves wildfly-extras#2115] Add a generic OpenShift template
- Loading branch information
Showing
72 changed files
with
1,206 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
feature/extrasA/src/main/resources/modules/system/layers/fuse/rome/main/module.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<module xmlns="urn:jboss:module:1.1" name="rome"> | ||
<resources> | ||
<artifact name="${rome:rome}" /> | ||
</resources> | ||
<dependencies> | ||
<module name="org.jdom" /> | ||
</dependencies> | ||
</module> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
|
||
<feature-pack xmlns="urn:wildfly:feature-pack:1.1"> | ||
<dependencies> | ||
<artifact name="org.wildfly.camel:wildfly-camel-feature-extrasC"/> | ||
</dependencies> | ||
<artifact-versions> | ||
<artifact groupId="aopalliance" artifactId="aopalliance" version="1.0"/> | ||
<artifact groupId="com.google.code.gson" artifactId="gson" version="2.5"/> | ||
<artifact groupId="com.google.guava" artifactId="guava" version="18.0"/> | ||
<artifact groupId="com.google.inject" artifactId="guice" version="3.0"/> | ||
<artifact groupId="com.google.inject.extensions" artifactId="guice-assistedinject" version="3.0"/> | ||
<artifact groupId="javax.inject" artifactId="javax.inject" version="1"/> | ||
<artifact groupId="org.apache.camel" artifactId="camel-core" version="2.21.0"/> | ||
<artifact groupId="org.apache.camel" artifactId="camel-jclouds" version="2.21.0"/> | ||
<artifact groupId="org.apache.jclouds" artifactId="jclouds-blobstore" version="2.1.0"/> | ||
<artifact groupId="org.apache.jclouds" artifactId="jclouds-compute" version="2.1.0"/> | ||
<artifact groupId="org.apache.jclouds" artifactId="jclouds-core" version="2.1.0"/> | ||
<artifact groupId="org.apache.jclouds" artifactId="jclouds-scriptbuilder" version="2.1.0"/> | ||
<artifact groupId="org.slf4j" artifactId="slf4j-api" version="1.7.25"/> | ||
<artifact groupId="org.wildfly.camel" artifactId="wildfly-camel-feature-extrasC" version="6.1.0-SNAPSHOT" extension="zip"/> | ||
</artifact-versions> | ||
</feature-pack> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.