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

Commit

Permalink
oap-mail -> oap-mail + oap-mail-test
Browse files Browse the repository at this point in the history
  • Loading branch information
galaxina committed Jan 10, 2024
1 parent a0ca04a commit ad3f931
Show file tree
Hide file tree
Showing 24 changed files with 68 additions and 7 deletions.
11 changes: 6 additions & 5 deletions .idea/checkstyle-idea.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

59 changes: 59 additions & 0 deletions oap-mail-test/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ The MIT License (MIT)
~
~ Copyright (c) Open Application Platform Authors
~
~ Permission is hereby granted, free of charge, to any person obtaining a copy
~ of this software and associated documentation files (the "Software"), to deal
~ in the Software without restriction, including without limitation the rights
~ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
~ copies of the Software, and to permit persons to whom the Software is
~ furnished to do so, subject to the following conditions:
~
~ The above copyright notice and this permission notice shall be included in all
~ copies or substantial portions of the Software.
~
~ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
~ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
~ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
~ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
~ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
~ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
~ SOFTWARE.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<name>oap-mail-test</name>
<artifactId>oap-mail-test</artifactId>

<parent>
<groupId>oap</groupId>
<artifactId>oap-mail-parent</artifactId>
<version>${oap-mail.project.version}</version>
</parent>

<dependencies>
<dependency>
<groupId>oap</groupId>
<artifactId>oap-mail</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>oap</groupId>
<artifactId>oap-stdlib-test</artifactId>
<version>${oap.deps.oap.version}</version>
</dependency>

<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>${oap.deps.lombok.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,14 @@

<modules>
<module>oap-mail</module>
<module>oap-mail-test</module>
<module>oap-mail-sendgrid</module>
</modules>

<properties>
<oap-mail.project.version>21.0.1</oap-mail.project.version>
<oap-mail.project.version>21.1.0</oap-mail.project.version>

<oap.deps.oap.version>21.1.2</oap.deps.oap.version>
<oap.deps.oap.version>21.2.0</oap.deps.oap.version>

<oap.deps.sendgrid.version>4.9.3</oap.deps.sendgrid.version>
<oap.deps.lombok.version>1.18.30</oap.deps.lombok.version>
Expand Down

0 comments on commit ad3f931

Please sign in to comment.