File tree 3 files changed +31
-18
lines changed
cougar-core-impl/src/main/resources
3 files changed +31
-18
lines changed Original file line number Diff line number Diff line change 54
54
<groupId >org.apache.activemq</groupId >
55
55
<artifactId >activeio-core</artifactId >
56
56
<version >3.1.4</version >
57
+ <exclusions >
58
+ <exclusion >
59
+ <groupId >commons-logging</groupId >
60
+ <artifactId >commons-logging</artifactId >
61
+ </exclusion >
62
+ </exclusions >
57
63
</dependency >
58
64
<dependency >
59
65
<groupId >org.apache.geronimo.specs</groupId >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 31
31
<version >3.2-SNAPSHOT</version >
32
32
<packaging >pom</packaging >
33
33
<inceptionYear >2009</inceptionYear >
34
-
34
+
35
35
<distributionManagement >
36
36
<site >
37
37
<id >github-pages</id >
591
591
</executions >
592
592
</plugin >
593
593
594
+ <plugin >
595
+ <groupId >org.apache.maven.plugins</groupId >
596
+ <artifactId >maven-enforcer-plugin</artifactId >
597
+ <version >1.3.1</version >
598
+ <!-- <executions>-->
599
+ <!-- <execution>-->
600
+ <!-- <id>enforce-banned-dependencies</id>-->
601
+ <goals >
602
+ <goal >enforce</goal >
603
+ </goals >
604
+ <configuration >
605
+ <rules >
606
+ <bannedDependencies >
607
+ <excludes >
608
+ <exclude >commons-logging</exclude >
609
+ </excludes >
610
+ </bannedDependencies >
611
+ </rules >
612
+ <fail >true</fail >
613
+ </configuration >
614
+ <!-- </execution>-->
615
+ <!-- </executions>-->
616
+ </plugin >
617
+
594
618
</plugins >
595
619
</build >
596
620
</project >
You can’t perform that action at this time.
0 commit comments