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

Commit

Permalink
OAP-216 Move oap-application to a separate module
Browse files Browse the repository at this point in the history
  • Loading branch information
nofateg authored Jan 31, 2024
1 parent ebe27fb commit 4538449
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
5 changes: 5 additions & 0 deletions oap-ws-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
<artifactId>oap-stdlib-test</artifactId>
<version>${oap.deps.oap.version}</version>
</dependency>
<dependency>
<groupId>oap</groupId>
<artifactId>oap-application-test</artifactId>
<version>${oap.deps.oap.version}</version>
</dependency>

<dependency>
<groupId>org.projectlombok</groupId>
Expand Down
5 changes: 5 additions & 0 deletions oap-ws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
<artifactId>oap-stdlib</artifactId>
<version>${oap.deps.oap.version}</version>
</dependency>
<dependency>
<groupId>oap</groupId>
<artifactId>oap-application</artifactId>
<version>${oap.deps.oap.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
Expand Down
11 changes: 9 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@
</repository>
</repositories>

<pluginRepositories>
<pluginRepository>
<id>oap</id>
<url>https://artifacts.oaplatform.org/repository/maven/</url>
</pluginRepository>
</pluginRepositories>

<distributionManagement>
<repository>
<id>oap</id>
Expand All @@ -72,9 +79,9 @@
</distributionManagement>

<properties>
<oap-ws.project.version>21.2.5</oap-ws.project.version>
<oap-ws.project.version>21.3.0</oap-ws.project.version>

<oap.deps.oap.version>21.2.1</oap.deps.oap.version>
<oap.deps.oap.version>21.5.0</oap.deps.oap.version>

<oap.deps.mail.version>21.1.2</oap.deps.mail.version>
<oap.deps.storage.version>21.1.2</oap.deps.storage.version>
Expand Down

0 comments on commit 4538449

Please sign in to comment.