[
https://issues.apache.org/jira/browse/ATLAS-2190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ayub Pathan reassigned ATLAS-2190:
----------------------------------
Assignee: Ayub Pathan
> 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
> Assignee: 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)