Bug 822124
| Summary: | Hibernate Search: -DenableTests depends on MEAD | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss Enterprise WFK Platform 2 | Reporter: | Karel Piwko <kpiwko> | ||||
| Component: | HibernateSearch | Assignee: | Strong Liu <stliu> | ||||
| Status: | CLOSED WONTFIX | QA Contact: | Karel Piwko <kpiwko> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 2.0.0.ER5 | CC: | sjacobs | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2012-05-17 13:42:57 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: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
Created attachment 584950 [details]
Patch to change dependencyManagement
Attaching patch to change version.
this only affects test which we don't ship and QA can easily workaround this, so I would not rebuild h-search to fix this minor issue. reopen if you haven other thoughts |
Description of problem: A single dependency is not reachable from within zip repositories + Maven Central: <dependency> <groupId>args4j</groupId> <artifactId>args4j</artifactId> <version>2.0.12-redhat-1</version> </dependency> Please replace version with 2.0.12 one in <dependencyManagement> section of hibernate-search-integrationtest instead of picking one from jboss-parent.