WSDOT / wsdot-mobile-app

Source code for the WSDOT HTML5 mobile Web application
GNU General Public License v3.0
13 stars 4 forks source link

My Maven dependencies (mgwt & mgwt-themebase) are not resolving #58

Closed jspreddy closed 8 years ago

jspreddy commented 8 years ago

These two maven dependencies are not resolving for me.

<dependency>
    <groupId>com.googlecode.mgwt</groupId>
    <artifactId>mgwt-themebase</artifactId>
    <version>2.0.0-SNAPSHOT</version>
</dependency>
<!-- HTML5 database -->
<dependency>
    <groupId>com.google.code.gwt.database</groupId>
    <artifactId>gwt-html5-database</artifactId>
    <version>1.5.1-SNAPSHOT</version>
</dependency>

No Results for either of these on mvnrepository.com https://mvnrepository.com/search?q=mgwt-themebase. https://mvnrepository.com/search?q=gwt-html5-database

Need help.

loganSims commented 8 years ago

The missing projects can be found here: gwt-html5-database mgwt.themebase

Running mvn install for both projects will add them to your local maven repo and the app project should be able to find them after.