Skip to content

Commit b599a45

Browse files
javier-godoypaodb
authored andcommitted
build: add self as exclusion for commons-demo with test scope
1 parent 277130c commit b599a45

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

pom.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,12 @@
141141
<groupId>com.flowingcode.vaadin.addons.demo</groupId>
142142
<artifactId>commons-demo</artifactId>
143143
<scope>test</scope>
144+
<exclusions>
145+
<exclusion>
146+
<groupId>com.flowingcode.vaadin.addons</groupId>
147+
<artifactId>enhanced-tabs-addon</artifactId>
148+
</exclusion>
149+
</exclusions>
144150
</dependency>
145151
<dependency>
146152
<groupId>org.hamcrest</groupId>
@@ -538,6 +544,18 @@
538544
<version>6.0.0</version>
539545
<scope>provided</scope>
540546
</dependency>
547+
<dependency>
548+
<groupId>com.flowingcode.vaadin.addons.demo</groupId>
549+
<artifactId>commons-demo</artifactId>
550+
<version>4.1.0-SNAPSHOT</version>
551+
<scope>test</scope>
552+
<exclusions>
553+
<exclusion>
554+
<groupId>com.flowingcode.vaadin.addons</groupId>
555+
<artifactId>enhanced-tabs-addon</artifactId>
556+
</exclusion>
557+
</exclusions>
558+
</dependency>
541559
</dependencies>
542560
</profile>
543561
</profiles>

0 commit comments

Comments
 (0)