|
22 | 22 | <version.accumulo>2.1.1</version.accumulo> |
23 | 23 | <version.curator>5.2.0</version.curator> |
24 | 24 | <version.datawave>7.3.0</version.datawave> |
| 25 | + <version.datawave.query-executor-api>1.0.7</version.datawave.query-executor-api> |
| 26 | + <version.datawave.starter-query>1.0.8</version.datawave.starter-query> |
25 | 27 | <version.in-memory-accumulo>4.0.0</version.in-memory-accumulo> |
26 | | - <version.microservice.query-executor-api>1.0.7</version.microservice.query-executor-api> |
27 | | - <version.microservice.starter-query>1.0.8</version.microservice.starter-query> |
28 | 28 | <version.zookeeper>3.8.0</version.zookeeper> |
29 | 29 | </properties> |
30 | 30 | <dependencyManagement> |
|
46 | 46 | <dependency> |
47 | 47 | <groupId>gov.nsa.datawave.microservice</groupId> |
48 | 48 | <artifactId>query-executor-api</artifactId> |
49 | | - <version>${version.microservice.query-executor-api}</version> |
| 49 | + <version>${version.datawave.query-executor-api}</version> |
50 | 50 | </dependency> |
51 | 51 | <dependency> |
52 | 52 | <groupId>gov.nsa.datawave.microservice</groupId> |
53 | 53 | <artifactId>spring-boot-starter-datawave-query</artifactId> |
54 | | - <version>${version.microservice.starter-query}</version> |
| 54 | + <version>${version.datawave.starter-query}</version> |
55 | 55 | </dependency> |
56 | 56 | <!-- Added to get the service working again --> |
57 | 57 | <dependency> |
|
102 | 102 | <dependency> |
103 | 103 | <groupId>gov.nsa.datawave.microservice</groupId> |
104 | 104 | <artifactId>spring-boot-starter-datawave-query</artifactId> |
105 | | - <version>${version.microservice.starter-query}</version> |
| 105 | + <version>${version.datawave.starter-query}</version> |
106 | 106 | <type>pom</type> |
107 | 107 | <scope>import</scope> |
108 | 108 | </dependency> |
|
228 | 228 | <dependency> |
229 | 229 | <groupId>gov.nsa.datawave.microservice</groupId> |
230 | 230 | <artifactId>spring-boot-starter-datawave-query</artifactId> |
231 | | - <version>${version.microservice.starter-query}</version> |
| 231 | + <version>${version.datawave.starter-query}</version> |
232 | 232 | <type>test-jar</type> |
233 | 233 | <scope>test</scope> |
234 | 234 | </dependency> |
|
0 commit comments