I am getting below error while trying to build war file with maven build.
[ERROR] /C:/Users/skarakka/Documents/Eworkspace/cim/src/main/java/com/ui/servicewrappers/db/DBConnectionHandler.java:[6,39] cannot find symbol
symbol: class HttpTransportProperties
location: package org.apache.axis2.transport.http
[ERROR] /C:/Users/skarakka/Documents/Eworkspace/cim/src/main/java/com/dnb/applications/webservice/schema/DnBAPI13Stub.java:[265068,48]
package org.apache.axis2.databinding does not exist
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project cim: Compilation failure: Compilation failure: /C:/Users/skar/Documents/Eworkspace/cim/src/main/java/com/cim/customui/servicewrappers/dnb/DBConnectionHandler.java:[6,39] cannot find symbol [ERROR] symbol: class HttpTransportProperties [ERROR] location: package org.apache.axis2.transport.http [/C:/Users/skarDocuments/Eworkspace/cim/src/main/java/com/db/applications/webservice/schema/DBAPI13Stub.java:[265068,48] package org.apache.axis2.databinding does not exist