<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"> <modelVersion>4.0.0</modelVersion> <name>HIStream : Import</name> <groupId>de.sekmi.histream</groupId> <artifactId>histream-import</artifactId> <version>0.13</version> <parent> <groupId>de.sekmi.histream</groupId> <artifactId>histream</artifactId> <version>0.13</version> </parent> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <build> <resources> <resource> <directory>src/main/scripts</directory> <filtering>true</filtering> </resource> </resources> <plugins><!-- <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>jaxb2-maven-plugin</artifactId> <version>2.2</version> <executions> <execution> <id>schemagen</id> <goals> <goal>schemagen</goal> </goals> </execution> </executions> <configuration> <sources> <source>src/main/java/de/sekmi/histream/etl/config/DataSource.java</source> </sources> </configuration> </plugin> --> </plugins> </build> <dependencies> <dependency> <groupId>de.sekmi.histream</groupId> <artifactId>histream-core</artifactId> <version>0.13</version> </dependency> <!-- script support --> <dependency> <groupId>de.sekmi.histream</groupId> <artifactId>histream-js</artifactId> <version>0.13</version> </dependency> <!-- add later for sorting data tables <dependency> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-java</artifactId> <version>2.6.1</version> </dependency> --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> </dependencies> </project>
<dependency> <groupId>de.sekmi.histream</groupId> <artifactId>histream-import</artifactId> <version>0.13</version> </dependency>
de.sekmi.histream:histream-import:0.13