Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
OAP-230 Move oap-storage into the oap project
Browse files Browse the repository at this point in the history
  • Loading branch information
nofateg authored Feb 6, 2024
1 parent 54f4147 commit 6fc9487
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions oap-ws-account/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@
<dependency>
<groupId>oap</groupId>
<artifactId>oap-storage</artifactId>
<version>${oap.deps.storage.version}</version>
<version>${oap.deps.oap.version}</version>
</dependency>
<dependency>
<groupId>oap</groupId>
<artifactId>oap-storage-mongo</artifactId>
<version>${oap.deps.storage.version}</version>
<version>${oap.deps.oap.version}</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
Expand Down
2 changes: 1 addition & 1 deletion oap-ws-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<dependency>
<groupId>oap</groupId>
<artifactId>oap-storage-mongo-test</artifactId>
<version>${oap.deps.storage.version}</version>
<version>${oap.deps.oap.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
6 changes: 2 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,9 @@
</distributionManagement>

<properties>
<oap-ws.project.version>21.4.0</oap-ws.project.version>
<oap-ws.project.version>21.5.0</oap-ws.project.version>

<oap.deps.oap.version>21.7.0</oap.deps.oap.version>

<oap.deps.storage.version>21.1.2</oap.deps.storage.version>
<oap.deps.oap.version>21.9.1</oap.deps.oap.version>

<oap.deps.guava.version>33.0.0-jre</oap.deps.guava.version>
<oap.deps.slf4j.version>2.0.9</oap.deps.slf4j.version>
Expand Down

0 comments on commit 6fc9487

Please sign in to comment.