[
https://issues.apache.org/jira/browse/ATLAS-2190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ayub Pathan updated ATLAS-2190:
-------------------------------
Affects Version/s: 0.8.2
Priority: Blocker (was: Major)
Fix Version/s: 0.8.2
Description:
In the current pom, below two are duplicate entries resulting in atlas startup
failure
{noformat}
- <dependency>
- <groupId>com.sun.jersey</groupId>
- <artifactId>jersey-servlet</artifactId>
- <version>${jersey.version}</version>
- </dependency>
-
- <dependency>
- <groupId>javax.servlet.jsp</groupId>
- <artifactId>jsp-api</artifactId>
- <version>2.0</version>
- </dependency>
{noformat}
Component/s: atlas-core
Summary: Remove duplicate dependency blocks with different
versions, resulting in atlas startup failure with signature mismatch exception
(was: Remove duplicate dependency blocks, resulting in signature )
> Remove duplicate dependency blocks with different versions, resulting in
> atlas startup failure with signature mismatch exception
> --------------------------------------------------------------------------------------------------------------------------------
>
> Key: ATLAS-2190
> URL: https://issues.apache.org/jira/browse/ATLAS-2190
> Project: Atlas
> Issue Type: Bug
> Components: atlas-core
> Affects Versions: 0.8.2
> Reporter: Ayub Pathan
> Priority: Blocker
> Fix For: 0.8.2
>
>
> In the current pom, below two are duplicate entries resulting in atlas
> startup failure
> {noformat}
> - <dependency>
> - <groupId>com.sun.jersey</groupId>
> - <artifactId>jersey-servlet</artifactId>
> - <version>${jersey.version}</version>
> - </dependency>
> -
> - <dependency>
> - <groupId>javax.servlet.jsp</groupId>
> - <artifactId>jsp-api</artifactId>
> - <version>2.0</version>
> - </dependency>
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)