Allergy UI build failing

So the Allergy UI build was failing, but it ended up being an easy fix. Looks like a 2.0.0 version of the gem-maven-plugin was released this month and was causing a compile error.

https://mvnrepository.com/artifact/de.saumya.mojo/gem-maven-plugin

Looks like we hadn’t specified a version number in the pom, so I locked on the last 1.x version:

I mention it here in case other modules start to fail:

Also, I believe that @bistenes have moved some of the PIH modules off using rubygems to compile scss files (I think?) so this is something we might want to consider for all OpenMRS modules as well…

fyi @mseaton @ibacher @dkayiwa

Take care, Mark