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 2323
2424 <packaging >jar</packaging >
2525
26+ <properties >
27+ <skip .sources>false</skip .sources>
28+ </properties >
29+
2630 <dependencies >
2731 <dependency >
2832 <groupId >${coherence.group.id} </groupId >
Original file line number Diff line number Diff line change 6262 <version >${project.version} </version >
6363 </dependency >
6464
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+
6574 <dependency >
6675 <groupId >${coherence.group.id} </groupId >
6776 <artifactId >opentracing</artifactId >
You can’t perform that action at this time.
0 commit comments