You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Thilo Goetz (JIRA)" <ui...@incubator.apache.org> on 2009/07/29 16:33:14 UTC

[jira] Commented: (UIMA-1462) SimpleUimaAsService has checked in SimpleServer libraries as binaries

    [ https://issues.apache.org/jira/browse/UIMA-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12736647#action_12736647 ] 

Thilo Goetz commented on UIMA-1462:
-----------------------------------

Tommaso, the POM still has those:

        <dependency>
            <groupId>org.apache.uima.xmlbeans</groupId>
            <artifactId>jsr-173-api</artifactId>
            <version>1.0</version>
            <scope>system</scope>
            <systemPath>${basedir}/lib/jsr173_1.0_api.jar</systemPath>
        </dependency>
        <dependency>
			<groupId>local.xmlbeans.dependency</groupId>
			<artifactId>xsdbeans</artifactId>
			<version>2.2</version>
			<scope>system</scope>
			<systemPath>${basedir}/lib/xbean.jar</systemPath>
		</dependency>

They should be gotten from SimpleServer too.

> SimpleUimaAsService has checked in SimpleServer libraries as binaries
> ---------------------------------------------------------------------
>
>                 Key: UIMA-1462
>                 URL: https://issues.apache.org/jira/browse/UIMA-1462
>             Project: UIMA
>          Issue Type: Bug
>          Components: Sandbox-SimpleUimaAsService
>    Affects Versions: 2.2.2S
>            Reporter: Thilo Goetz
>             Fix For: 2.3S
>
>         Attachments: patch1462.txt
>
>
> For the upcoming release, this should be changed so it depends on the SimpleServer project directly.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.