[
https://issues.apache.org/jira/browse/TAVERNA-1003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15379359#comment-15379359
]
Stian Soiland-Reyes commented on TAVERNA-1003:
----------------------------------------------
It seems to be used in taverna-osgi:
https://github.com/apache/incubator-taverna-osgi/search?utf8=%E2%9C%93&q=commons.csv
but the groupId and artifactId should be updated to match
https://commons.apache.org/proper/commons-csv/ instead of
{{com.springsource.*}}:
{code:xml}
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-csv</artifactId>
<version>${apache.commons.csv.version}</version> <!-- 1.4 -->
</dependency>
{code}
As the older {{1.0.0.BUILD-20080106}} indicates a pre-1.0 snapshot, there could
be compile errors after this in AbstractConfigurable.java .
> Upgrade dependency of Apache Commons CSV
> -------------------------------------------
>
> Key: TAVERNA-1003
> URL: https://issues.apache.org/jira/browse/TAVERNA-1003
> Project: Apache Taverna
> Issue Type: Task
> Components: Taverna Maven Parent, Taverna OSGi
> Affects Versions: parent 2, parent 3
> Reporter: Manamgoda M.G.T.R
> Assignee: Manamgoda M.G.T.R
> Labels: dependencies
>
> At the moment Apache Commons CSV dependency version is
> 1.0.0.BUILD-20080106 which should be upgraded to new stable version 1.4. This
> can be achieved by changing the property value
> (<apache.commons.csv.version>) in the pom.xml
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)