|
26 | 26 | <plugin> |
27 | 27 | <groupId>org.codehaus.mojo</groupId> |
28 | 28 | <artifactId>build-helper-maven-plugin</artifactId> |
29 | | - <version>1.9.1</version> |
| 29 | + <version>${build-helper-maven-plugin.version}</version> |
30 | 30 | <executions> |
31 | 31 | <execution> |
32 | 32 | <id>source-coverage</id> |
|
254 | 254 | <dependency> |
255 | 255 | <groupId>org.mortbay.jetty.alpn</groupId> |
256 | 256 | <artifactId>alpn-boot</artifactId> |
257 | | - <version>${alpn-boot.version}</version> |
| 257 | + <version>s${alpn-boot.version}</version> <!-- TODO: update to 8.1.12.v20180117 --> |
258 | 258 | </dependency> |
259 | 259 | </dependencies> |
260 | 260 | </plugin> |
|
1055 | 1055 | <dependency> |
1056 | 1056 | <groupId>org.webjars</groupId> |
1057 | 1057 | <artifactId>jquery</artifactId> |
1058 | | - <version>2.1.3</version> |
| 1058 | + <version>${jquery.version}</version> |
1059 | 1059 | </dependency> |
1060 | 1060 |
|
1061 | 1061 | <dependency> |
1062 | 1062 | <groupId>org.webjars</groupId> |
1063 | 1063 | <artifactId>jquery-ui</artifactId> |
1064 | | - <version>1.11.3</version> |
| 1064 | + <version>${jquery-ui.version}</version> |
1065 | 1065 | </dependency> |
1066 | 1066 |
|
1067 | 1067 | <dependency> |
1068 | 1068 | <groupId>org.webjars</groupId> |
1069 | 1069 | <artifactId>bootstrap</artifactId> |
1070 | | - <version>3.3.4</version> |
| 1070 | + <version>${bootstrap.version}</version> |
1071 | 1071 | </dependency> |
1072 | 1072 |
|
1073 | 1073 | <!-- Servers --> |
|
1103 | 1103 | </dependency> |
1104 | 1104 |
|
1105 | 1105 | <!-- Test dependencies --> |
1106 | | - <dependency> |
1107 | | - <groupId>org.pac4j</groupId> |
1108 | | - <artifactId>pac4j-oauth</artifactId> |
1109 | | - <version>${pac4j2.version}</version> |
1110 | | - </dependency> |
1111 | | - |
1112 | 1106 | <dependency> |
1113 | 1107 | <groupId>org.pac4j</groupId> |
1114 | 1108 | <artifactId>pac4j-cas</artifactId> |
|
1148 | 1142 | <dependency> |
1149 | 1143 | <groupId>org.webjars</groupId> |
1150 | 1144 | <artifactId>swagger-ui</artifactId> |
1151 | | - <version>3.14.2</version> |
| 1145 | + <version>${swagger-ui.version}</version> |
1152 | 1146 | </dependency> |
1153 | 1147 |
|
1154 | 1148 | <!-- Test dependencies --> |
|
1181 | 1175 | <dependency> |
1182 | 1176 | <groupId>com.sun.jersey</groupId> |
1183 | 1177 | <artifactId>jersey-client</artifactId> |
1184 | | - <version>1.19.1</version> |
| 1178 | + <version>${jersey-client.version}</version> |
1185 | 1179 | <scope>test</scope> |
1186 | 1180 | </dependency> |
1187 | 1181 |
|
|
1240 | 1234 | <dependency> |
1241 | 1235 | <groupId>org.jsoup</groupId> |
1242 | 1236 | <artifactId>jsoup</artifactId> |
1243 | | - <version>1.8.2</version> |
| 1237 | + <version>1.8.2</version> <!-- TODO: update to jsoup.version == 1.8.3 --> |
1244 | 1238 | <scope>test</scope> |
1245 | 1239 | </dependency> |
1246 | 1240 |
|
|
1259 | 1253 | <dependency> |
1260 | 1254 | <groupId>io.reactivex.rxjava2</groupId> |
1261 | 1255 | <artifactId>rxjava</artifactId> |
1262 | | - <version>2.0.7</version> |
| 1256 | + <version>${rxjava2.version}</version> |
1263 | 1257 | </dependency> |
1264 | 1258 |
|
1265 | 1259 | <dependency> |
1266 | 1260 | <groupId>com.datastax.cassandra</groupId> |
1267 | 1261 | <artifactId>dse-driver</artifactId> |
1268 | | - <version>1.1.2</version> |
| 1262 | + <version>${dse-driver.version}</version> |
1269 | 1263 | <scope>test</scope> |
1270 | 1264 | </dependency> |
1271 | 1265 |
|
|
1301 | 1295 | <dependency> |
1302 | 1296 | <groupId>com.impossibl.pgjdbc-ng</groupId> |
1303 | 1297 | <artifactId>pgjdbc-ng</artifactId> |
1304 | | - <version>0.7.1</version> |
| 1298 | + <version>${pgjdbc-ng.version}</version> |
1305 | 1299 | <optional>true</optional> |
1306 | 1300 | <exclusions> |
1307 | 1301 | <exclusion> |
|
0 commit comments