In order to build the war from the latest source, I have to change
axis2/modules/webapp/project.xml:

from
        <dependency>
            <groupId>ws-commons</groupId>
            <artifactId>ws-policy</artifactId>
            <version>${policy.version}</version>
            <properties>
                <module>true</module>
            </properties>
        </dependency>

to
        <dependency>
            <groupId>ws-commons</groupId>
            <artifactId>policy</artifactId>
            <version>${policy.version}</version>
            <properties>
                <module>true</module>
            </properties>
        </dependency>


Have anyone see this?

Thanks,
Henry

Reply via email to