| Summary: | Upgrade RTGov JBoss TS dependencies | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Fuse Service Works 6 | Reporter: | George Varsamis <gvarsami> |
| Component: | RT Governance | Assignee: | Nobody <nobody> |
| Status: | MODIFIED --- | QA Contact: | Matej Melko <mmelko> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.0.0 | CC: | atangrin, soa-p-jira |
| Target Milestone: | --- | ||
| Target Release: | FUTURE | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | Bug | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
George Varsamis
2013-12-18 14:08:59 UTC
The offending files are: samples/jbossas/policy/async/pom.xml samples/jbossas/pom.xml These are already updated through the build patching mechanism
diff --git a/samples/jbossas/policy/async/pom.xml b/samples/jbossas/policy/async/pom.xml
index 1ed1b2a..8777882 100644
--- a/samples/jbossas/policy/async/pom.xml
+++ b/samples/jbossas/policy/async/pom.xml
@@ -80,8 +80,8 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.jboss.jbossts</groupId>
- <artifactId>jbossjta</artifactId>
+ <groupId>org.jboss.jbossts.jta</groupId>
+ <artifactId>narayana-jta</artifactId>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/samples/jbossas/pom.xml b/samples/jbossas/pom.xml
index 7142fba..ef248c9 100644
--- a/samples/jbossas/pom.xml
+++ b/samples/jbossas/pom.xml
@@ -64,8 +64,8 @@
<version>${javaee-api.version}</version>
</dependency>
<dependency>
- <groupId>org.jboss.jbossts</groupId>
- <artifactId>jbossjta</artifactId>
+ <groupId>org.jboss.jbossts.jta</groupId>
+ <artifactId>narayana-jta</artifactId>
<version>${jbossts.version}</version>
</dependency>
<dependency>
and
- <jbossts.version>4.16.4.Final</jbossts.version>
- <switchyard.version>1.1.0.CR1</switchyard.version>
+ <jbossas.version>7.2.1.Final-redhat-10</jbossas.version>
+ <jbossts.version>4.17.7.Final-redhat-4</jbossts.version>
+ <switchyard.version>1.1.1-p2-redhat-1</switchyard.version>
This is just for the community project, it is not a platform issue Fixed in community, available in FSW 6.1.0. |