salesforce / TransmogrifAI

TransmogrifAI (pronounced trăns-mŏgˈrə-fī) is an AutoML library for building modular, reusable, strongly typed machine learning workflows on Apache Spark with minimal hand-tuning
https://transmogrif.ai
BSD 3-Clause "New" or "Revised" License
2.24k stars 393 forks source link

Redundant end-tag appeared at line#259 in pom.xml #451

Closed rshiue closed 4 years ago

rshiue commented 4 years ago

Describe the bug Redundant end-tag(the ">" symbol) appeared in pom.xml.

To Reproduce Please checkout the pom.xml at line#259. (SHA1: 3d51d5defcd1005bf255b12fac55003e1c942f11)

Expected behavior There should be exactly one end tag.

Logs or screenshots

2-close-tags

Additional context None.

tovbinm commented 4 years ago

Thank you. FYI, Pom.xml is only used to security check project dependencies and not for actual builds. Please use gradle instead.