|
26 | 26 | <artifactId>pulsar-spark-connector_${scala.binary.version}</artifactId> |
27 | 27 | <version>2.4.6-SNAPSHOT</version> |
28 | 28 | <name>StreamNative :: Pulsar Spark Connector</name> |
29 | | - <url>http://pulsar.apache.org</url> |
| 29 | + <url>https://pulsar.apache.org</url> |
30 | 30 | <inceptionYear>2019</inceptionYear> |
31 | 31 | <licenses> |
32 | 32 | <license> |
33 | 33 | <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> |
35 | 35 | <distribution>repo</distribution> |
36 | 36 | </license> |
37 | 37 | </licenses> |
|
152 | 152 | <scope>test</scope> |
153 | 153 | </dependency> |
154 | 154 |
|
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 | | - |
184 | 155 | <dependency> |
185 | 156 | <groupId>org.scalatest</groupId> |
186 | 157 | <artifactId>scalatest_${scala.binary.version}</artifactId> |
|
0 commit comments