Created
April 5, 2018 17:33
-
-
Save swegner/a1a790f2bccc69fb6d9616cd7d970aa0 to your computer and use it in GitHub Desktop.
Sample generated POM
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<modelVersion>4.0.0</modelVersion> | |
<groupId>org.apache.beam</groupId> | |
<artifactId>beam-examples-java</artifactId> | |
<version>2.5.0-SNAPSHOT</version> | |
<packaging>pom</packaging> | |
<name>Apache Beam :: Examples :: Java</name> | |
<description>Apache Beam :: Examples :: Java</description> | |
<url>http://beam.apache.org</url> | |
<inceptionYear>2016</inceptionYear> | |
<licenses> | |
<license> | |
<name>Apache License, Version 2.0</name> | |
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | |
<distribution>repo</distribution> | |
</license> | |
</licenses> | |
<scm> | |
<connection>scm:git:https://gitbox.apache.org/repos/asf/beam.git</connection> | |
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/beam.git</developerConnection> | |
<url>https://gitbox.apache.org/repos/asf?p=beam.git;a=summary</url> | |
</scm> | |
<issueManagement> | |
<system>jira</system> | |
<url>https://issues.apache.org/jira/browse/BEAM</url> | |
</issueManagement> | |
<mailingLists> | |
<mailingList> | |
<name>Beam Dev</name> | |
<subscribe>[email protected]</subscribe> | |
<unsubscribe>[email protected]</unsubscribe> | |
<post>[email protected]</post> | |
<archive>http://www.mail-archive.com/dev%beam.apache.org</archive> | |
</mailingList> | |
<mailingList> | |
<name>Beam User</name> | |
<subscribe>[email protected]</subscribe> | |
<unsubscribe>unsubscribe>[email protected]</unsubscribe> | |
<post>[email protected]</post> | |
<archive>http://www.mail-archive.com/user%beam.apache.org</archive> | |
</mailingList> | |
<mailingList> | |
<name>Beam Commits</name> | |
<subscribe>[email protected]</subscribe> | |
<unsubscribe>[email protected]</unsubscribe> | |
<post>[email protected]</post> | |
<archive>http://www.mail-archive.com/commits%beam.apache.org</archive> | |
</mailingList> | |
</mailingLists> | |
<developers> | |
<developer> | |
<name>The Apache Beam Team</name> | |
<email>[email protected]</email> | |
<url>http://beam.apache.org</url> | |
<organization>Apache Software Foundation</organization> | |
<organizationUrl>http://www.apache.org</organizationUrl> | |
</developer> | |
</developers> | |
<dependencies> | |
<dependency> | |
<groupId>beam</groupId> | |
<artifactId>beam-sdks-java-core</artifactId> | |
<version>unspecified</version> | |
</dependency> | |
<dependency> | |
<groupId>org.apache.beam</groupId> | |
<artifactId>beam-sdks-java-extensions-google-cloud-platform-core</artifactId> | |
<version>2.5.0-SNAPSHOT</version> | |
</dependency> | |
<dependency> | |
<groupId>org.apache.beam</groupId> | |
<artifactId>beam-sdks-java-io-google-cloud-platform</artifactId> | |
<version>2.5.0-SNAPSHOT</version> | |
</dependency> | |
<dependency> | |
<groupId>com.google.api-client</groupId> | |
<artifactId>google-api-client</artifactId> | |
<version>1.22.0</version> | |
</dependency> | |
<dependency> | |
<groupId>com.google.apis</groupId> | |
<artifactId>google-api-services-bigquery</artifactId> | |
<version>v2-rev374-1.22.0</version> | |
</dependency> | |
<dependency> | |
<groupId>com.google.code.findbugs</groupId> | |
<artifactId>jsr305</artifactId> | |
<version>3.0.1</version> | |
</dependency> | |
<dependency> | |
<groupId>com.google.http-client</groupId> | |
<artifactId>google-http-client</artifactId> | |
<version>1.22.0</version> | |
</dependency> | |
<dependency> | |
<groupId>com.google.cloud.bigdataoss</groupId> | |
<artifactId>util</artifactId> | |
<version>1.4.5</version> | |
</dependency> | |
<dependency> | |
<groupId>com.google.auth</groupId> | |
<artifactId>google-auth-library-oauth2-http</artifactId> | |
<version>0.7.1</version> | |
</dependency> | |
<dependency> | |
<groupId>com.google.auth</groupId> | |
<artifactId>google-auth-library-credentials</artifactId> | |
<version>0.7.1</version> | |
</dependency> | |
<dependency> | |
<groupId>org.apache.avro</groupId> | |
<artifactId>avro</artifactId> | |
<version>1.8.2</version> | |
</dependency> | |
<dependency> | |
<groupId>com.google.apis</groupId> | |
<artifactId>google-api-services-pubsub</artifactId> | |
<version>v1-rev10-1.22.0</version> | |
</dependency> | |
<dependency> | |
<groupId>com.google.cloud.datastore</groupId> | |
<artifactId>datastore-v1-proto-client</artifactId> | |
<version>1.4.0</version> | |
</dependency> | |
<dependency> | |
<groupId>com.google.cloud.datastore</groupId> | |
<artifactId>datastore-v1-protos</artifactId> | |
<version>1.3.0</version> | |
</dependency> | |
<dependency> | |
<groupId>joda-time</groupId> | |
<artifactId>joda-time</artifactId> | |
<version>2.4</version> | |
</dependency> | |
<dependency> | |
<groupId>org.slf4j</groupId> | |
<artifactId>slf4j-api</artifactId> | |
<version>1.7.25</version> | |
</dependency> | |
<dependency> | |
<groupId>beam</groupId> | |
<artifactId>beam-runners-direct-java</artifactId> | |
<version>unspecified</version> | |
</dependency> | |
<dependency> | |
<groupId>org.slf4j</groupId> | |
<artifactId>slf4j-jdk14</artifactId> | |
<version>1.7.25</version> | |
</dependency> | |
</dependencies> | |
</project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment