File tree Expand file tree Collapse file tree 7 files changed +15
-15
lines changed
lightblue-ldap-integration-test Expand file tree Collapse file tree 7 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 33
33
<dependencies >
34
34
<dependency >
35
35
<groupId >com.redhat.lightblue</groupId >
36
- <artifactId >metadata</artifactId >
36
+ <artifactId >lightblue-core- metadata</artifactId >
37
37
</dependency >
38
38
39
39
<dependency >
Original file line number Diff line number Diff line change 32
32
33
33
<dependencies >
34
34
<dependency >
35
- <groupId >com.redhat.lightblue.config </groupId >
36
- <artifactId >core-config</artifactId >
35
+ <groupId >com.redhat.lightblue</groupId >
36
+ <artifactId >lightblue- core-config</artifactId >
37
37
</dependency >
38
38
<dependency >
39
39
<groupId >com.redhat.lightblue.ldap</groupId >
Original file line number Diff line number Diff line change 33
33
<dependencies >
34
34
<dependency >
35
35
<groupId >com.redhat.lightblue</groupId >
36
- <artifactId >crud</artifactId >
36
+ <artifactId >lightblue-core- crud</artifactId >
37
37
</dependency >
38
38
39
39
<dependency >
Original file line number Diff line number Diff line change 48
48
49
49
<dependency >
50
50
<groupId >com.redhat.lightblue.mongo</groupId >
51
- <artifactId >mongo-config</artifactId >
51
+ <artifactId >lightblue- mongo-config</artifactId >
52
52
<version >${lightblue.mongo.version} </version >
53
53
<scope >test</scope >
54
54
</dependency >
55
55
<dependency >
56
56
<groupId >com.redhat.lightblue.mongo</groupId >
57
- <artifactId >mongo-test</artifactId >
57
+ <artifactId >lightblue- mongo-test</artifactId >
58
58
<version >${lightblue.mongo.version} </version >
59
59
<scope >test</scope >
60
60
</dependency >
Original file line number Diff line number Diff line change 33
33
<dependencies >
34
34
<dependency >
35
35
<groupId >com.redhat.lightblue</groupId >
36
- <artifactId >metadata</artifactId >
36
+ <artifactId >lightblue-core- metadata</artifactId >
37
37
</dependency >
38
38
39
39
<dependency >
Original file line number Diff line number Diff line change 31
31
32
32
<dependencies >
33
33
<dependency >
34
- <groupId >com.redhat.lightblue.config </groupId >
35
- <artifactId >core-config</artifactId >
34
+ <groupId >com.redhat.lightblue</groupId >
35
+ <artifactId >lightblue- core-config</artifactId >
36
36
</dependency >
37
37
<dependency >
38
38
<groupId >com.unboundid</groupId >
Original file line number Diff line number Diff line change 116
116
</dependency >
117
117
<dependency >
118
118
<groupId >com.redhat.lightblue</groupId >
119
- <artifactId >test</artifactId >
119
+ <artifactId >lightblue-core- test</artifactId >
120
120
</dependency >
121
121
</dependencies >
122
122
123
123
<dependencyManagement >
124
124
<dependencies >
125
125
<!-- Lightblue Core -->
126
126
<dependency >
127
- <groupId >com.redhat.lightblue.config </groupId >
128
- <artifactId >core-config</artifactId >
127
+ <groupId >com.redhat.lightblue</groupId >
128
+ <artifactId >lightblue- core-config</artifactId >
129
129
<version >${lightblue-core.version} </version >
130
130
</dependency >
131
131
<dependency >
132
132
<groupId >com.redhat.lightblue</groupId >
133
- <artifactId >crud</artifactId >
133
+ <artifactId >lightblue-core- crud</artifactId >
134
134
<version >${lightblue-core.version} </version >
135
135
</dependency >
136
136
<dependency >
137
137
<groupId >com.redhat.lightblue</groupId >
138
- <artifactId >metadata</artifactId >
138
+ <artifactId >lightblue-core- metadata</artifactId >
139
139
<version >${lightblue-core.version} </version >
140
140
</dependency >
141
141
205
205
</dependency >
206
206
<dependency >
207
207
<groupId >com.redhat.lightblue</groupId >
208
- <artifactId >test</artifactId >
208
+ <artifactId >lightblue-core- test</artifactId >
209
209
<version >${lightblue-core.version} </version >
210
210
<scope >test</scope >
211
211
</dependency >
You can’t perform that action at this time.
0 commit comments