Hello!
I’m having some problems adding the
VisualizationsForVaadin
add-on to my project.
I’ve added the expected dependencies to my Widgetset POM:
<dependency>
<groupId>org.vaadin.addons</groupId>
<artifactId>visualizationsforvaadin</artifactId>
<version>${vaadin.addon.visualizationsforvaadin}</version> <!-- Version: 1.1.2 -->
</dependency>
<dependency>
<groupId>com.google.gwt.google-apis</groupId>
<artifactId>gwt-visualization</artifactId>
<version>${gwtVisualizationVersion}</version> <!-- Version: 1.1.0 -->
</dependency>
And updated the widgetset. The JAR’s are added to the Maven Dependencies folder and all looks fine, except, nothing in the add-on library is recognized (PieChart.java etc…)
I don’t know what could be wrong, if something went wrong in the installation and how to check it it did.
Could someone please give me any pointers on what to check to see if I can sort this mess up?