Skip to content

Commit c467f09

Browse files
committed
drop streamnative-test
1 parent d61d94b commit c467f09

12 files changed

+3
-3398
lines changed

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ assignees: ''
88
---
99

1010
**Is your feature request related to a problem? Please describe.**
11-
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when \[...]
1212

1313
**Describe the solution you'd like**
1414
A clear and concise description of what you want to happen.

Jenkinsfile

Lines changed: 0 additions & 52 deletions
This file was deleted.

pom.xml

Lines changed: 2 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
<artifactId>pulsar-spark-connector_${scala.binary.version}</artifactId>
2727
<version>2.4.6-SNAPSHOT</version>
2828
<name>StreamNative :: Pulsar Spark Connector</name>
29-
<url>http://pulsar.apache.org</url>
29+
<url>https://pulsar.apache.org</url>
3030
<inceptionYear>2019</inceptionYear>
3131
<licenses>
3232
<license>
3333
<name>Apache License, Version 2.0</name>
34-
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
34+
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
3535
<distribution>repo</distribution>
3636
</license>
3737
</licenses>
@@ -152,35 +152,6 @@
152152
<scope>test</scope>
153153
</dependency>
154154

155-
<dependency>
156-
<groupId>io.streamnative.tests</groupId>
157-
<artifactId>framework-common</artifactId>
158-
<version>${streamnative-tests.version}</version>
159-
<scope>test</scope>
160-
<exclusions>
161-
<exclusion>
162-
<groupId>io.netty</groupId>
163-
<artifactId>netty-common</artifactId>
164-
</exclusion>
165-
</exclusions>
166-
</dependency>
167-
<dependency>
168-
<groupId>io.streamnative.tests</groupId>
169-
<artifactId>framework-pulsar</artifactId>
170-
<version>${streamnative-tests.version}</version>
171-
<scope>test</scope>
172-
<exclusions>
173-
<exclusion>
174-
<groupId>org.apache.pulsar</groupId>
175-
<artifactId>pulsar-client-original</artifactId>
176-
</exclusion>
177-
<exclusion>
178-
<groupId>org.apache.pulsar</groupId>
179-
<artifactId>pulsar-client-admin-original</artifactId>
180-
</exclusion>
181-
</exclusions>
182-
</dependency>
183-
184155
<dependency>
185156
<groupId>org.scalatest</groupId>
186157
<artifactId>scalatest_${scala.binary.version}</artifactId>

src/test/scala/org/apache/spark/sql/pulsar/AvroSchemaSuite.scala

Lines changed: 0 additions & 115 deletions
This file was deleted.

0 commit comments

Comments
 (0)