22
pom.xml
22
pom.xml
@@ -189,6 +189,18 @@
|
|||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-source-plugin</artifactId>
|
||||||
|
<executions>
|
||||||
|
<execution>
|
||||||
|
<id>attach-sources</id>
|
||||||
|
<goals>
|
||||||
|
<goal>jar</goal>
|
||||||
|
</goals>
|
||||||
|
</execution>
|
||||||
|
</executions>
|
||||||
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
<pluginManagement>
|
<pluginManagement>
|
||||||
<plugins>
|
<plugins>
|
||||||
@@ -348,9 +360,10 @@
|
|||||||
<artifactId>vaadin-push</artifactId>
|
<artifactId>vaadin-push</artifactId>
|
||||||
<version>${vaadin.version}</version>
|
<version>${vaadin.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- Needed when using the widgetset optimizer (custom ConnectorBundleLoaderFactory). For widgetset compilation,
|
<!-- Needed when using the widgetset optimizer (custom ConnectorBundleLoaderFactory).
|
||||||
vaadin-client-compiler is automatically added on the compilation classpath by vaadin-maven-plugin so normally there is no
|
For widgetset compilation, vaadin-client-compiler is automatically added
|
||||||
need for an explicit dependency. -->
|
on the compilation classpath by vaadin-maven-plugin so normally there is
|
||||||
|
no need for an explicit dependency. -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.vaadin</groupId>
|
<groupId>com.vaadin</groupId>
|
||||||
<artifactId>vaadin-client-compiler</artifactId>
|
<artifactId>vaadin-client-compiler</artifactId>
|
||||||
@@ -488,7 +501,8 @@
|
|||||||
</exclusion>
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- Override of classmate version, that is a hibernate validator dependency. allow PB of CQ -->
|
<!-- Override of classmate version, that is a hibernate validator
|
||||||
|
dependency. allow PB of CQ -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.fasterxml</groupId>
|
<groupId>com.fasterxml</groupId>
|
||||||
<artifactId>classmate</artifactId>
|
<artifactId>classmate</artifactId>
|
||||||
|
|||||||
Reference in New Issue
Block a user