Details
Description
While the build works fine on Maven 3.0.5, it fails on both Maven 3.1 and 3.2.
There seem to be strange issues of missing dependencies.
Activity
Mauro Talevi
made changes -
Field | Original Value | New Value |
---|---|---|
Component/s | Build [ 11089 ] | |
Affects Version/s | 4.0 [ 18486 ] | |
Affects Version/s | 3.9 [ 19035 ] | |
Fix Version/s | 4.x [ 18279 ] | |
Fix Version/s | 3.x [ 16979 ] |
Mauro Talevi
made changes -
Affects Version/s | 4.0 [ 18486 ] | |
Fix Version/s | 4.x [ 18279 ] | |
Fix Version/s | 3.x [ 16979 ] | |
Fix Version/s | 4.0 [ 18486 ] | |
Fix Version/s | 3.9.2 [ 20180 ] |
Mauro Talevi
made changes -
Summary | Support Maven 3.1 and 3.2 in building JBehave Core | Support Maven 3.1+ in building JBehave Core |
Mauro Talevi
made changes -
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
seems that the problem is caused by a missing dependency. at least it worked after I added it:
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.1.0</version>
</dependency>