Add servlet-api classes to android build

This commit is contained in:
James Agnew 2015-04-02 12:26:26 -04:00
parent f2322064f3
commit 317251ca4d
2 changed files with 5 additions and 0 deletions

View File

@ -145,6 +145,7 @@
<include>org.glassfish:javax.json</include>
<include>org.codehaus.woodstox:woodstox-core-asl</include>
<include>javax.xml.stream:stax-api</include>
<include>javax.servlet:javax.servlet-api</include>
<include>org.codehaus.woodstox:stax2-api</include>
<include>org.slf4j:slf4j*</include>
<include>org.apache.commons:*</include>

View File

@ -86,6 +86,10 @@
URL if it is not null. Thanks to Neal Acharya for the
idea!
</action>
<action type="add">
Android JAR now includes servlet-API classes, as the project will not
work without them.
</action>
</release>
<release version="0.9" date="2015-Mar-14">
<action type="add">