Skip to content

Commit e026728

Browse files
committed
Add note about missing classes on Android
See: cucumber/junit-xml-formatter#36
1 parent f51cf60 commit e026728

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,12 @@ Feature: Examples Tables
147147
</test-method>
148148
</class>
149149
```
150+
## Android
151+
152+
The Android SDK does not include `javax.xml.stream.XMLOutputFactory`. This and
153+
other missing `java.xml.stream.*` dependencies can be provided by adding
154+
`com.fasterxml:aalto-xml` to your dependencies.
155+
150156
## Contributing
151157

152158
Each language implementation validates itself against the examples in the

0 commit comments

Comments
 (0)