File tree Expand file tree Collapse file tree 7 files changed +36
-15
lines changed Expand file tree Collapse file tree 7 files changed +36
-15
lines changed Original file line number Diff line number Diff line change 37
37
<dependency >
38
38
<groupId >com.datastax.oss</groupId >
39
39
<artifactId >java-driver-core</artifactId >
40
- <version >${project.version} </version >
41
40
</dependency >
42
41
<!--
43
42
Repeat all dependencies of the core driver *except* the ones that are going to be shaded,
169
168
<artifactItem >
170
169
<groupId >com.datastax.oss</groupId >
171
170
<artifactId >java-driver-core-shaded</artifactId >
172
- <version >${project.version} </version >
173
171
<type >jar</type >
174
172
<outputDirectory >${project.build.outputDirectory} </outputDirectory >
175
173
</artifactItem >
196
194
<artifactItem >
197
195
<groupId >com.datastax.oss</groupId >
198
196
<artifactId >java-driver-core-shaded</artifactId >
199
- <version >${project.version} </version >
200
197
<type >jar</type >
201
198
<classifier >sources</classifier >
202
199
<outputDirectory >${project.build.directory} /shaded-sources</outputDirectory >
Original file line number Diff line number Diff line change 38
38
<dependency >
39
39
<groupId >${project.groupId} </groupId >
40
40
<artifactId >java-driver-core</artifactId >
41
- <version >${project.version} </version >
42
41
</dependency >
43
42
<dependency >
44
43
<groupId >${project.groupId} </groupId >
45
44
<artifactId >java-driver-query-builder</artifactId >
46
- <version >${project.version} </version >
47
45
</dependency >
48
46
<dependency >
49
47
<groupId >${project.groupId} </groupId >
50
48
<artifactId >java-driver-mapper-runtime</artifactId >
51
- <version >${project.version} </version >
52
49
</dependency >
53
50
54
51
<!-- Jackson -->
Original file line number Diff line number Diff line change 40
40
<dependency >
41
41
<groupId >com.datastax.oss</groupId >
42
42
<artifactId >java-driver-test-infra</artifactId >
43
- <version >${project.parent.version} </version >
44
43
<scope >test</scope >
45
44
</dependency >
46
45
<dependency >
47
46
<groupId >com.datastax.oss</groupId >
48
47
<artifactId >java-driver-query-builder</artifactId >
49
- <version >${project.parent.version} </version >
50
48
<scope >test</scope >
51
49
</dependency >
52
50
<dependency >
53
51
<groupId >com.datastax.oss</groupId >
54
52
<artifactId >java-driver-mapper-processor</artifactId >
55
- <version >${project.parent.version} </version >
56
53
<scope >test</scope >
57
54
<optional >true</optional >
58
55
</dependency >
59
56
<dependency >
60
57
<groupId >com.datastax.oss</groupId >
61
58
<artifactId >java-driver-mapper-runtime</artifactId >
62
- <version >${project.parent.version} </version >
63
59
<scope >test</scope >
64
60
</dependency >
65
61
<dependency >
66
62
<groupId >com.datastax.oss</groupId >
67
63
<artifactId >java-driver-core</artifactId >
68
- <version >${project.parent.version} </version >
69
64
<type >test-jar</type >
70
65
<scope >test</scope >
71
66
</dependency >
Original file line number Diff line number Diff line change 32
32
<dependency >
33
33
<groupId >com.datastax.oss</groupId >
34
34
<artifactId >java-driver-mapper-runtime</artifactId >
35
- <version >${project.version} </version >
36
35
</dependency >
37
36
<dependency >
38
37
<groupId >com.datastax.oss</groupId >
Original file line number Diff line number Diff line change 33
33
<dependency >
34
34
<groupId >${project.groupId} </groupId >
35
35
<artifactId >java-driver-core</artifactId >
36
- <version >${project.version} </version >
37
36
</dependency >
38
37
<dependency >
39
38
<groupId >${project.groupId} </groupId >
40
39
<artifactId >java-driver-query-builder</artifactId >
41
- <version >${project.version} </version >
42
40
</dependency >
43
41
<dependency >
44
42
<groupId >com.github.stephenc.jcip</groupId >
Original file line number Diff line number Diff line change 75
75
76
76
<dependencyManagement >
77
77
<dependencies >
78
+ <dependency >
79
+ <groupId >com.datastax.oss</groupId >
80
+ <artifactId >java-driver-core</artifactId >
81
+ <version >${project.version} </version >
82
+ </dependency >
83
+ <dependency >
84
+ <groupId >com.datastax.oss</groupId >
85
+ <artifactId >java-driver-core</artifactId >
86
+ <version >${project.version} </version >
87
+ <type >test-jar</type >
88
+ </dependency >
89
+ <dependency >
90
+ <groupId >com.datastax.oss</groupId >
91
+ <artifactId >java-driver-core-shaded</artifactId >
92
+ <version >${project.version} </version >
93
+ </dependency >
94
+ <dependency >
95
+ <groupId >com.datastax.oss</groupId >
96
+ <artifactId >java-driver-mapper-processor</artifactId >
97
+ <version >${project.version} </version >
98
+ </dependency >
99
+ <dependency >
100
+ <groupId >com.datastax.oss</groupId >
101
+ <artifactId >java-driver-mapper-runtime</artifactId >
102
+ <version >${project.version} </version >
103
+ </dependency >
104
+ <dependency >
105
+ <groupId >com.datastax.oss</groupId >
106
+ <artifactId >java-driver-query-builder</artifactId >
107
+ <version >${project.version} </version >
108
+ </dependency >
109
+ <dependency >
110
+ <groupId >com.datastax.oss</groupId >
111
+ <artifactId >java-driver-test-infra</artifactId >
112
+ <version >${project.version} </version >
113
+ </dependency >
78
114
<dependency >
79
115
<groupId >com.datastax.oss</groupId >
80
116
<artifactId >native-protocol</artifactId >
Original file line number Diff line number Diff line change 33
33
<dependency >
34
34
<groupId >com.datastax.oss</groupId >
35
35
<artifactId >java-driver-core</artifactId >
36
- <version >${project.version} </version >
37
36
</dependency >
38
37
<dependency >
39
38
<groupId >com.datastax.oss</groupId >
You can’t perform that action at this time.
0 commit comments