Skip to content

Commit 902c7c7

Browse files
author
zhilingc
committed
Remove bigtable dependency
1 parent 3e9176b commit 902c7c7

1 file changed

Lines changed: 0 additions & 81 deletions

File tree

serving/pom.xml

Lines changed: 0 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -233,40 +233,6 @@
233233
<useDefaultDelimiters>false</useDefaultDelimiters>
234234
</configuration>
235235
</plugin>
236-
237-
<plugin>
238-
<groupId>io.fabric8</groupId>
239-
<artifactId>docker-maven-plugin</artifactId>
240-
<executions>
241-
<execution>
242-
<id>prepare-bigtable-emulator</id>
243-
<phase>pre-integration-test</phase>
244-
<goals>
245-
<goal>start</goal>
246-
</goals>
247-
<configuration>
248-
<images>
249-
<image>
250-
<name>spotify/bigtable-emulator</name>
251-
<alias>bigtable-emulator</alias>
252-
<run>
253-
<ports>
254-
<port>8080:8080</port>
255-
</ports>
256-
</run>
257-
</image>
258-
</images>
259-
</configuration>
260-
</execution>
261-
<execution>
262-
<id>remove-bigtable-emulator</id>
263-
<phase>post-integration-test</phase>
264-
<goals>
265-
<goal>stop</goal>
266-
</goals>
267-
</execution>
268-
</executions>
269-
</plugin>
270236
</plugins>
271237

272238
<!-- https://docs.spring.io/spring-boot/docs/current/reference/html/howto-properties-and-configuration.html#howto-automatic-expansion-maven -->
@@ -279,52 +245,5 @@
279245

280246
</build>
281247
</profile>
282-
283-
<profile>
284-
<id>profile-ci</id>
285-
<activation>
286-
<property>
287-
<name>ci</name>
288-
</property>
289-
</activation>
290-
<build>
291-
<plugins>
292-
<plugin>
293-
<groupId>io.fabric8</groupId>
294-
<artifactId>docker-maven-plugin</artifactId>
295-
<executions>
296-
<execution>
297-
<id>prepare-bigtable-emulator</id>
298-
<phase>pre-integration-test</phase>
299-
<goals>
300-
<goal>start</goal>
301-
</goals>
302-
<configuration>
303-
<images>
304-
<image>
305-
<name>spotify/bigtable-emulator</name>
306-
<alias>bigtable-emulator</alias>
307-
<run>
308-
<net>host</net>
309-
<ports>
310-
<port>8080:8080</port>
311-
</ports>
312-
</run>
313-
</image>
314-
</images>
315-
</configuration>
316-
</execution>
317-
<execution>
318-
<id>remove-bigtable-emulator</id>
319-
<phase>post-integration-test</phase>
320-
<goals>
321-
<goal>stop</goal>
322-
</goals>
323-
</execution>
324-
</executions>
325-
</plugin>
326-
</plugins>
327-
</build>
328-
</profile>
329248
</profiles>
330249
</project>

0 commit comments

Comments
 (0)