Hi Data team,
I can see $Subject, when building
platform/components/data-services/org.wso2.carbon.dataservices.core

[WARNING] Some problems were encountered while building the effective model
for org.wso2.carbon:org.wso2.carbon.dataservices.core:bundle:4.0.0-SNAPSHOT
[WARNING] 'dependencies.dependency.systemPath' for ojdbc:ojdbc6:jar should
not point at files within the project directory,
${basedir}/src/test/resources/lib/ojdbc6.jar will be unresolvable by
dependent projects @ line 160, column 25
[WARNING]
[WARNING] It is highly recommended to fix these problems because they
threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support
building such malformed projects.


In the pom.xml,
        <dependency>
            <groupId>ojdbc</groupId>
            <artifactId>ojdbc6</artifactId>
            <scope>system</scope>
            <version>6</version>
*
<systemPath>${basedir}/src/test/resources/lib/ojdbc6.jar</systemPath>
*        </dependency>

Is it safe to ignore the above exception?

Thank you.
Regards,
Pradeeban.
-- 
Kathiravelu Pradeeban.
Software Engineer.
Cloud Technologies Team.
WSO2 Inc.

Blog: [Llovizna] http://kkpradeeban.blogspot.com/
M: +94 776 477 976
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to