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:27:09 UTC

[incubator-heron] branch joshfischer/3774/pom-dependencies updated: clean up

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 5b6b2e8d clean up
5b6b2e8d is described below

commit 5b6b2e8dad4c629511dab8e1fa9434e2a58ecaf0
Author: Josh Fischer <jo...@joshfischer.io>
AuthorDate: Sat Feb 26 13:26:58 2022 -0600

    clean up
---
 release/maven/heron-no-kryo.template.pom | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/release/maven/heron-no-kryo.template.pom b/release/maven/heron-no-kryo.template.pom
index 086ab07..6b6e7ea 100644
--- a/release/maven/heron-no-kryo.template.pom
+++ b/release/maven/heron-no-kryo.template.pom
@@ -33,16 +33,16 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
   </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>
+    <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>