Hi,
I am trying to build a project to generate a war file as the artifact.
The project dependency includes
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.4</version>
<scope>provided</scope>
</dependency>
But the build fails with the error
D:\continuum-1.1-alpha-2\apps\continuum\webapp\WEB-INF\working-directory
\31\src\main\java\com\iflexsolutions\crm\action\CRMSendMsgAction.java:[1
8,25] package javax.servlet.http does not exist
It does not recognize any of the code which uses the classes of the
javax.servlet package.
Can you please let me know what I might be doing wrong
Regards,
Bhramara
Regards,
Bhramara
Extn: 6279