File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 141
141
<groupId >com.flowingcode.vaadin.addons.demo</groupId >
142
142
<artifactId >commons-demo</artifactId >
143
143
<scope >test</scope >
144
+ <exclusions >
145
+ <exclusion >
146
+ <groupId >com.flowingcode.vaadin.addons</groupId >
147
+ <artifactId >enhanced-tabs-addon</artifactId >
148
+ </exclusion >
149
+ </exclusions >
144
150
</dependency >
145
151
<dependency >
146
152
<groupId >org.hamcrest</groupId >
538
544
<version >6.0.0</version >
539
545
<scope >provided</scope >
540
546
</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 >
541
559
</dependencies >
542
560
</profile >
543
561
</profiles >
You can’t perform that action at this time.
0 commit comments