You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by jo...@apache.org on 2022/02/26 19:21:37 UTC

[incubator-heron] branch joshfischer/3774/pom-dependencies created (now 2984ab0)

This is an automated email from the ASF dual-hosted git repository.

joshfischer pushed a change to branch joshfischer/3774/pom-dependencies
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git.


      at 2984ab0  adding pom deps

This branch includes the following new commits:

     new 2984ab0  adding pom deps

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[incubator-heron] 01/01: adding pom deps

Posted by jo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

joshfischer pushed a commit to branch joshfischer/3774/pom-dependencies
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git

commit 2984ab0ed431f1ada18c9cf5ef1b2b8fbfb49fc4
Author: Josh Fischer <jo...@joshfischer.io>
AuthorDate: Sat Feb 26 13:20:30 2022 -0600

    adding pom deps
---
 release/maven/heron-no-kryo.template.pom   |  6 +++---
 release/maven/heron-with-kryo.template.pom | 10 ++++++++++
 2 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/release/maven/heron-no-kryo.template.pom b/release/maven/heron-no-kryo.template.pom
index 3b40a26..753e8f9 100644
--- a/release/maven/heron-no-kryo.template.pom
+++ b/release/maven/heron-no-kryo.template.pom
@@ -14,13 +14,13 @@
   ~ limitations under the License.
   
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" 
-xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
+<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>
   <groupId>org.apache.heron</groupId>
   <artifactId>ARTIFACT_ID</artifactId>
-  <version>VERSION</version>  
+  <version>VERSION</version>
   <packaging>jar</packaging>
   <name>NAME</name>
   <description>DESCRIPTION</description>
diff --git a/release/maven/heron-with-kryo.template.pom b/release/maven/heron-with-kryo.template.pom
index b6782a5..7fc5b23 100644
--- a/release/maven/heron-with-kryo.template.pom
+++ b/release/maven/heron-with-kryo.template.pom
@@ -39,6 +39,16 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
       <version>5.2.0</version>
       <scope>compile</scope>
     </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-lang3</artifactId>
+      <version>3.12.0</version>
+    </dependency>
+    <dependency>
+      <groupId>org.glassfish.jersey.media</groupId>
+      <artifactId>jersey-media-jaxb</artifactId>
+      <version>2.25.1</version>
+    </dependency>
   </dependencies>
 
   <mailingLists>