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
The following commit(s) were added to
refs/heads/joshfischer/3774/pom-dependencies by this push:
new fc24a50 adding missed dependency block
fc24a50 is described below
commit fc24a50241534f70a9e263099b6641021e986baf
Author: Josh Fischer <[email protected]>
AuthorDate: Sat Feb 26 13:24:26 2022 -0600
adding missed dependency block
---
release/maven/heron-no-kryo.template.pom | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/release/maven/heron-no-kryo.template.pom
b/release/maven/heron-no-kryo.template.pom
index 753e8f9..086ab07 100644
--- a/release/maven/heron-no-kryo.template.pom
+++ b/release/maven/heron-no-kryo.template.pom
@@ -32,6 +32,19 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/ma
</license>
</licenses>
+ <dependencies>
+ <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>
<mailingList>
<name>Heron user mailing list</name>