Hello Friends,

I have created a maven project for using the jOpenDocument library.
I have configured with all dependency as below mentioned but I found an 
error related to one dependency which could not solve by me:- 

*The POM for org.rosuda:jri:jar:0.9-3 is missing, no dependency information 
available*

I have added this dependency for this but it could not solve. So please 
help me.
<dependency>
            <groupId>org.rosuda</groupId>
            <artifactId>jri</artifactId>
            <version>0.9-3</version>
</dependency>

My POM.xml
<dependencies>
        <dependency>
            <groupId>org.qsardb.conversion</groupId>
            <artifactId>opendocument</artifactId>
            <version>1.0.0</version>
        </dependency>

        <dependency>
            <groupId>org.qsardb.conversion</groupId>
            <artifactId>spreadsheet</artifactId>
            <version>1.0.0</version>
        </dependency>
        <dependency>
            <groupId>jdom</groupId>
            <artifactId>jdom</artifactId>
            <version>1.0</version>
        </dependency>
        <dependency>
            <groupId>org.rosuda</groupId>
            <artifactId>jri</artifactId>
            <version>0.9-3</version>
        </dependency>
        <dependency>
            <groupId>org.jopendocument</groupId>
            <artifactId>jOpenDocument</artifactId>
            <version>1.1</version>
            <type>jar</type>
        </dependency>
    </dependencies>

-- 
Please do not print this email unless it is absolutely necessary.

The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not 
the intended recipient, you should not disseminate, distribute or copy this 
e-mail. Please notify the sender immediately and destroy all copies of this 
message and any attachments.

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"jOpenDocument" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to