File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
coherence-core-components Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 23
23
24
24
<packaging >jar</packaging >
25
25
26
+ <properties >
27
+ <skip .sources>false</skip .sources>
28
+ </properties >
29
+
26
30
<dependencies >
27
31
<dependency >
28
32
<groupId >${coherence.group.id} </groupId >
Original file line number Diff line number Diff line change 62
62
<version >${project.version} </version >
63
63
</dependency >
64
64
65
+ <dependency >
66
+ <groupId >${coherence.group.id} </groupId >
67
+ <artifactId >coherence-core-components</artifactId >
68
+ <version >${project.version} </version >
69
+ <classifier >sources</classifier >
70
+ <!-- A slight hack - test scope so that this dependency does not appear in the flattened pom -->
71
+ <scope >test</scope >
72
+ </dependency >
73
+
65
74
<dependency >
66
75
<groupId >${coherence.group.id} </groupId >
67
76
<artifactId >opentracing</artifactId >
You can’t perform that action at this time.
0 commit comments