mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-25 06:58:39 +00:00
Updated GWT to version 2.8.1
This commit is contained in:
@@ -8,9 +8,9 @@ Bundle-Vendor: SAP
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||
Require-Bundle: com.sap.sailing.domain,
|
||||
com.sap.sailing.server,
|
||||
com.google.gwt.dev;bundle-version="2.8.0";resolution:=optional,
|
||||
com.google.gwt.user;bundle-version="2.8.0";resolution:=optional,
|
||||
com.google.gwt.servlet;bundle-version="2.8.0",
|
||||
com.google.gwt.dev;bundle-version="2.8.1";resolution:=optional,
|
||||
com.google.gwt.user;bundle-version="2.8.1";resolution:=optional,
|
||||
com.google.gwt.servlet;bundle-version="2.8.1",
|
||||
com.sap.sse.common,
|
||||
com.sap.sailing.domain.common,
|
||||
com.sap.sailing.domain.shared.android,
|
||||
|
||||
@@ -91,7 +91,7 @@
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>gwt-maven-plugin</artifactId>
|
||||
<version>${gwt.version}</version>
|
||||
<version>${gwt.plugin.version}</version>
|
||||
<executions>
|
||||
<!-- GWT version detected from dependencyManagement -->
|
||||
<execution>
|
||||
@@ -122,7 +122,7 @@
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>gwt-maven-plugin</artifactId>
|
||||
<version>${gwt.version}</version>
|
||||
<version>${gwt.plugin.version}</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<configuration combine.self="override">
|
||||
|
||||
Reference in New Issue
Block a user