click-stream
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.bigdime</groupId>
<artifactId>click-stream</artifactId>
<version>0.9.3</version>
</dependency><!--
Copyright (C) 2015 Stubhub.
-->
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>click-stream</artifactId>
<packaging>pom</packaging>
<name>click stream data adaptor</name>
<url>http://www.bigdime.io</url>
<parent>
<groupId>io.bigdime</groupId>
<artifactId>bigdime-reference-adaptors</artifactId>
<version>0.9.3</version>
</parent>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>1.2.7.RELEASE</version>
<executions>
<execution>
<goals>
<goal>repackage</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
</dependency>
<dependency>
<groupId>io.bigdime</groupId>
<artifactId>bigdime-runtimeinfo-management</artifactId>
<version>0.9.3</version>
</dependency>
</dependencies>
</project>