=== modified file 'dhis-2/dhis-web/dhis-web-api/pom.xml' --- dhis-2/dhis-web/dhis-web-api/pom.xml 2014-07-06 17:12:17 +0000 +++ dhis-2/dhis-web/dhis-web-api/pom.xml 2014-07-07 07:29:24 +0000 @@ -19,6 +19,10 @@ org.hisp.dhis + dhis-web-commons + + + org.hisp.dhis dhis-api === modified file 'dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/webapi/webdomain/Forms.java' --- dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/webapi/webdomain/Forms.java 2014-07-01 10:10:50 +0000 +++ dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/webapi/webdomain/Forms.java 2014-07-07 07:29:24 +0000 @@ -28,15 +28,15 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -import com.fasterxml.jackson.annotation.JsonProperty; -import com.google.common.collect.Maps; -import org.hisp.dhis.option.OptionSet; -import org.hisp.dhis.webapi.webdomain.form.Form; - import java.util.HashMap; import java.util.List; import java.util.Map; +import org.hisp.dhis.webapi.webdomain.form.Form; + +import com.fasterxml.jackson.annotation.JsonProperty; +import com.google.common.collect.Maps; + /** * @author Morten Olav Hansen */