Bug 4202: Fix for missing sources in GWT build

This commit is contained in:
Steffen Schaefer
2018-08-07 08:18:42 +02:00
parent b7853211c1
commit 75e6b1decf
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
<groupId>com.github.branflake2267</groupId>
<artifactId>com.github.branflake2267.gwt-maps-api</artifactId>
<version>3.10.0-SNAPSHOT</version>
<scope>provided</scope>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>com.sap.sailing</groupId>
+1
View File
@@ -43,6 +43,7 @@
<artifactId>com.github.branflake2267.gwt-maps-api</artifactId>
<version>3.10.0-SNAPSHOT</version>
<scope>provided</scope>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>org.moxieapps.gwt</groupId>