mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-03-09 14:33:32 +00:00
Add servlet-api classes to android build
This commit is contained in:
parent
f2322064f3
commit
317251ca4d
@ -145,6 +145,7 @@
|
|||||||
<include>org.glassfish:javax.json</include>
|
<include>org.glassfish:javax.json</include>
|
||||||
<include>org.codehaus.woodstox:woodstox-core-asl</include>
|
<include>org.codehaus.woodstox:woodstox-core-asl</include>
|
||||||
<include>javax.xml.stream:stax-api</include>
|
<include>javax.xml.stream:stax-api</include>
|
||||||
|
<include>javax.servlet:javax.servlet-api</include>
|
||||||
<include>org.codehaus.woodstox:stax2-api</include>
|
<include>org.codehaus.woodstox:stax2-api</include>
|
||||||
<include>org.slf4j:slf4j*</include>
|
<include>org.slf4j:slf4j*</include>
|
||||||
<include>org.apache.commons:*</include>
|
<include>org.apache.commons:*</include>
|
||||||
|
@ -86,6 +86,10 @@
|
|||||||
URL if it is not null. Thanks to Neal Acharya for the
|
URL if it is not null. Thanks to Neal Acharya for the
|
||||||
idea!
|
idea!
|
||||||
</action>
|
</action>
|
||||||
|
<action type="add">
|
||||||
|
Android JAR now includes servlet-API classes, as the project will not
|
||||||
|
work without them.
|
||||||
|
</action>
|
||||||
</release>
|
</release>
|
||||||
<release version="0.9" date="2015-Mar-14">
|
<release version="0.9" date="2015-Mar-14">
|
||||||
<action type="add">
|
<action type="add">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user