| Summary: | Some pom.xml in 6.6.0.CR1-maven-repository have dependencies that doesn't in maven repository | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Data Grid 6 | Reporter: | Martin Vrabel <mvrabel> |
| Component: | Server | Assignee: | Tristan Tarrant <ttarrant> |
| Status: | VERIFIED --- | QA Contact: | Martin Gencur <mgencur> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.6.0 | CC: | afield, jdg-bugs |
| Target Milestone: | CR2 | ||
| Target Release: | 6.6.0 | ||
| 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
Martin Vrabel
2016-01-11 21:30:34 UTC
for example in :
jboss-datagrid-6.6.0.CR1-maven-repository/org/hibernate/hibernate-osgi/4.2.19.Final-redhat-1/hibernate-osgi-4.2.19.Final-redhat-1.pom
....
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>4.2.19.Final-redhat-1</version>
<scope>compile</scope>
...
4.2.19.Final-redhat-1 is not in maven.repository.redhat.com/earlyaccess/org/hibernate/hibernate-core
|