File tree Expand file tree Collapse file tree 2 files changed +18
-6
lines changed
lightblue-ldap-integration-test Expand file tree Collapse file tree 2 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 30
30
31
31
<artifactId >lightblue-ldap-integration-test</artifactId >
32
32
33
+ <properties >
34
+ <lightblue .mongo.version>1.3.0-SNAPSHOT</lightblue .mongo.version>
35
+ </properties >
36
+
33
37
<dependencies >
34
38
<dependency >
35
39
<groupId >com.redhat.lightblue.ldap</groupId >
45
49
<dependency >
46
50
<groupId >com.redhat.lightblue.mongo</groupId >
47
51
<artifactId >mongo-config</artifactId >
48
- <version >1.3.0-SNAPSHOT </version >
52
+ <version >${lightblue.mongo.version} </version >
49
53
<scope >test</scope >
50
54
</dependency >
51
55
<dependency >
52
56
<groupId >com.redhat.lightblue.mongo</groupId >
53
57
<artifactId >mongo-test</artifactId >
54
- <version >1.3.0-SNAPSHOT </version >
58
+ <version >${lightblue.mongo.version} </version >
55
59
<scope >test</scope >
56
60
</dependency >
57
61
</dependencies >
Original file line number Diff line number Diff line change 35
35
<packaging >pom</packaging >
36
36
37
37
<properties >
38
+ <!-- Lightblue Core -->
38
39
<lightblue-core .version>1.3.0-SNAPSHOT</lightblue-core .version>
39
40
41
+ <!-- 3rd Party -->
42
+ <unboundid .version>2.3.8</unboundid .version>
43
+ <hystrix .version>1.3.16</hystrix .version>
40
44
<slf4j .version>1.7.7</slf4j .version>
45
+
46
+ <!-- Test -->
47
+ <junit .version>4.11</junit .version>
48
+ <mockito .version>1.10.8</mockito .version>
41
49
</properties >
42
50
43
51
<modules >
129
137
<dependency >
130
138
<groupId >com.unboundid</groupId >
131
139
<artifactId >unboundid-ldapsdk</artifactId >
132
- <version >2.3.7 </version >
140
+ <version >${unboundid.version} </version >
133
141
</dependency >
134
142
<dependency >
135
143
<groupId >com.netflix.hystrix</groupId >
136
144
<artifactId >hystrix-core</artifactId >
137
- <version >1.3.16 </version >
145
+ <version >${hystrix.version} </version >
138
146
</dependency >
139
147
140
148
<!-- Test -->
141
149
<dependency >
142
150
<groupId >junit</groupId >
143
151
<artifactId >junit</artifactId >
144
- <version >4.11 </version >
152
+ <version >${junit.version} </version >
145
153
<scope >test</scope >
146
154
</dependency >
147
155
<dependency >
153
161
<dependency >
154
162
<groupId >org.mockito</groupId >
155
163
<artifactId >mockito-core</artifactId >
156
- <version >1.10.8 </version >
164
+ <version >${mockito.version} </version >
157
165
<scope >test</scope >
158
166
</dependency >
159
167
</dependencies >
You can’t perform that action at this time.
0 commit comments