Jochen,

Related to my previous problem, this is the dependency list I am working on - hopefully the format should be straightforward. Is there anything you think is missing or an incorrect version? I mostly aggregated whatever I could find in ibiblio http://www.ibiblio.org/ maven2/jaxme/, adding dependencies until NoClassDefFoundExceptions went away. Clearly I need to find Crimson first of all.

Thanks
AW

        <dependencies>
                <dependency>
                        <groupId>jaxme</groupId>
                        <artifactId>jaxme2</artifactId>
                        <version>0.5</version>
                </dependency>
                <dependency>
                        <groupId>jaxme</groupId>
                        <artifactId>jaxmejs</artifactId>
                        <version>0.5</version>
                        <scope>runtime</scope>
                </dependency>
                <dependency>
                        <groupId>jaxme</groupId>
                        <artifactId>jaxmexs</artifactId>
                        <version>0.5</version>
                        <scope>runtime</scope>
                </dependency>
                <dependency>
                        <groupId>jaxme</groupId>
                        <artifactId>jaxme-api</artifactId>
                        <version>0.3</version>
                        <!--scope>runtime</scope-->
                </dependency>
        </dependencies>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to