You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by al...@apache.org on 2021/05/22 12:43:15 UTC

[dubbo-samples] branch master updated: add boundary test module (#317)

This is an automated email from the ASF dual-hosted git repository.

albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git


The following commit(s) were added to refs/heads/master by this push:
     new 03ce574  add boundary test module (#317)
03ce574 is described below

commit 03ce5747a9762411f1206becb761a59ffa93222a
Author: Albumen Kevin <jh...@gmail.com>
AuthorDate: Sat May 22 20:43:06 2021 +0800

    add boundary test module (#317)
    
    * add boundary test module
    
    * add ASF license
---
 dubbo-samples-boundary-test/Readme.md |  2 ++
 dubbo-samples-boundary-test/pom.xml   | 46 +++++++++++++++++++++++++++++++++++
 pom.xml                               |  1 +
 3 files changed, 49 insertions(+)

diff --git a/dubbo-samples-boundary-test/Readme.md b/dubbo-samples-boundary-test/Readme.md
new file mode 100644
index 0000000..3f41d6b
--- /dev/null
+++ b/dubbo-samples-boundary-test/Readme.md
@@ -0,0 +1,2 @@
+This Sub-Module is for integration test only.
+Including some boundary test cases.
\ No newline at end of file
diff --git a/dubbo-samples-boundary-test/pom.xml b/dubbo-samples-boundary-test/pom.xml
new file mode 100644
index 0000000..f5b3750
--- /dev/null
+++ b/dubbo-samples-boundary-test/pom.xml
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+  -->
+<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">
+    <groupId>org.apache.dubbo</groupId>
+    <version>1.0-SNAPSHOT</version>
+
+    <modelVersion>4.0.0</modelVersion>
+    <packaging>pom</packaging>
+    <artifactId>dubbo-samples-boundary-test</artifactId>
+
+    <modules>
+    </modules>
+
+    <repositories>
+        <repository>
+            <id>apache.snapshots.https</id>
+            <name>Apache Development Snapshot Repository</name>
+            <url>https://repository.apache.org/content/repositories/snapshots</url>
+            <layout>default</layout>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+            <snapshots>
+                <enabled>true</enabled>
+                <updatePolicy>daily</updatePolicy>
+            </snapshots>
+        </repository>
+    </repositories>
+</project>
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 384c636..805573f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,6 +87,7 @@
         <module>dubbo-samples-tengine</module>
         <module>dubbo-samples-webservice</module>
         <module>dubbo-samples-autowire</module>
+        <module>dubbo-samples-boundary-test</module>
     </modules>
 
     <repositories>

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org