| Summary: | Replace the probamatic dependency jsr94-tck 1.0.3 in drools | ||
|---|---|---|---|
| Product: | [Retired] JBoss BRMS Platform 6 | Reporter: | Ryan Zhang <rzhang> |
| Component: | Build and Assembly | Assignee: | Geoffrey De Smet <gdesmet> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Lukáš Petrovický <lpetrovi> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | high | ||
| Version: | 6.0.0 | CC: | rrajasek |
| Target Milestone: | CR1 | ||
| Target Release: | 6.0.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-08-06 20:18:50 UTC | 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
Ryan Zhang
2013-12-13 07:42:47 UTC
Looks like there are no newer versions of jsr94-tck jars available on the maven repo: https://repository.jboss.org/nexus/index.html#nexus-search;quick~jsr94 So simply upgrading the jar doesn't seem to be possible. Is it possible to deploy a new jsr94 artifact by maven deploy:deploy-file? To deploy it as groupId:artifact:version as jsr94-tck:jsr94-tck:1.0.3. See http://maven.apache.org/guides/mini/guide-3rd-party-jars-remote.html (In reply to Geoffrey De Smet from comment #4) > Looks like there are no newer versions of jsr94-tck jars available on the > maven repo: > https://repository.jboss.org/nexus/index.html#nexus-search;quick~jsr94 > > So simply upgrading the jar doesn't seem to be possible. Fixed by taking jsr94-tck 1.0.3 and creating 1.0.3.1 with a fixed pom. Note: the jsr94 jars are from 2004 and jsr94 is dead. The version numbers of the jsr94 poms we're using are suspicious (to say the least as the last release was 1.0). Long term we might want to consider dropping jsr94 support altogether to meet our quality standards. Fixed on master. Fixed on 6.0.x: http://github.com/droolsjbpm/droolsjbpm-build-bootstrap/commit/c98cb9beb Proposing a pull request on ip-bom to fix it there too. @Ryan yes, this is basically what I 've done (but instead of changing the groupId last night, I 've just made it version 1.0.3.1). That sounds fine too, Thanks! (The reason I suggested changing the groupId only is that artifact has already been imported jck94-tck:jck94-tck:1.0.3 in product env. but I can manage it too since you updated it in a different way.) (In reply to Geoffrey De Smet from comment #7) > @Ryan yes, this is basically what I 've done (but instead of changing the > groupId last night, I 've just made it version 1.0.3.1). IP bom pull request: https://github.com/jboss-integration/jboss-integration-platform-bom/pull/33 This change doesn't affect the product. VERIFIED by looking at the commits. |