mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-01-11 00:12:04 -06:00
docsys dependency fixes
This commit is contained in:
parent
56544acc3a
commit
eae115afae
@ -35,12 +35,6 @@
|
||||
<version>4.15.71-SNAPSHOT</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>io.nosqlbench</groupId>
|
||||
<artifactId>engine-docs</artifactId>
|
||||
<version>4.15.71-SNAPSHOT</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>io.nosqlbench</groupId>
|
||||
<artifactId>engine-core</artifactId>
|
||||
|
2
pom.xml
2
pom.xml
@ -70,7 +70,7 @@
|
||||
<module>virtdata-userlibs</module>
|
||||
|
||||
<!-- Documentation -->
|
||||
<!-- <module>docsys</module>-->
|
||||
<module>docsys</module>
|
||||
|
||||
</modules>
|
||||
|
||||
|
@ -50,12 +50,11 @@
|
||||
<version>4.15.71-SNAPSHOT</version>
|
||||
<artifactId>virtdata-lib-curves4</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- TODO: remove this after pivoting deps to core nb-api doc manifest -->
|
||||
<dependency>
|
||||
<groupId>io.nosqlbench</groupId>
|
||||
<artifactId>docsys</artifactId>
|
||||
<version>4.15.71-SNAPSHOT</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
Loading…
Reference in New Issue
Block a user