| | |
| | | <artifactId>DmJdbcDriver18</artifactId> |
| | | <optional>true</optional> |
| | | </dependency>--> |
| | | |
| | | <!--axis2 begin --> |
| | | <dependency> |
| | | <groupId>org.apache.axis2</groupId> |
| | | <artifactId>axis2-adb</artifactId> |
| | | <version>${axis2.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.apache.axis2</groupId> |
| | | <artifactId>axis2-transport-http</artifactId> |
| | | <version>${axis2.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.apache.axis2</groupId> |
| | | <artifactId>axis2-transport-local</artifactId> |
| | | <version>${axis2.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.apache.axis2</groupId> |
| | | <artifactId>axis2-kernel</artifactId> |
| | | <version>${axis2.version}</version> |
| | | <exclusions> |
| | | <exclusion> |
| | | <groupId>javax.servlet</groupId> |
| | | <artifactId>servlet-api</artifactId> |
| | | </exclusion> |
| | | <exclusion> |
| | | <artifactId>commons-io</artifactId> |
| | | <groupId>commons-io</groupId> |
| | | </exclusion> |
| | | <exclusion> |
| | | <artifactId>geronimo-activation_1.1_spec</artifactId> |
| | | <groupId>org.apache.geronimo.specs</groupId> |
| | | </exclusion> |
| | | <exclusion> |
| | | <artifactId>commons-logging</artifactId> |
| | | <groupId>commons-logging</groupId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | | <!--axis2 end --> |
| | | |
| | | </dependencies> |
| | | |
| | | <build> |