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

smarru pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/develop by this push:
     new d2eb9b7  adding jmockit as dependency
d2eb9b7 is described below

commit d2eb9b73c3c2653dff471529c0a8490812de7dde
Author: Suresh Marru <sma...@apache.org>
AuthorDate: Tue May 5 22:10:20 2020 -0400

    adding jmockit as dependency
---
 README.md                                 | 5 ++---
 airavata-api/airavata-model-utils/pom.xml | 7 ++++++-
 pom.xml                                   | 6 ++++++
 3 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index c64cbc9..4eb1bd0 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,7 @@
-[![Build 
Status](https://travis-ci.org/apache/airavata.svg?branch=master)](https://travis-ci.org/apache/airavata)
-
+[![License](http://img.shields.io/badge/license-Apache--2-blue.svg?style=flat)](https://apache.org/licenses/LICENSE-2.0)
+[![Build 
Status](https://travis-ci.org/apache/airavata.png?branch=develop)](https://travis-ci.org/github/apache/airavata)
 
 Apache Airavata Source - README.txt
-Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 
--------------------------------------------------------------------------------
 
 About
diff --git a/airavata-api/airavata-model-utils/pom.xml 
b/airavata-api/airavata-model-utils/pom.xml
index ca8b27b..3952b71 100644
--- a/airavata-api/airavata-model-utils/pom.xml
+++ b/airavata-api/airavata-model-utils/pom.xml
@@ -49,7 +49,12 @@
             <version>${junit.version}</version>
             <scope>test</scope>
         </dependency>
-
+        <dependency>
+            <groupId>org.jmockit</groupId>
+            <artifactId>jmockit</artifactId>
+            <version>${jmockit.version}</version>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
 </project>
diff --git a/pom.xml b/pom.xml
index b5ca9c8..79c2ac7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -540,6 +540,12 @@
                 <artifactId>commons-pool2</artifactId>
                 <version>${org.apache.commons.pool2.version}</version>
             </dependency>
+            <dependency>
+                <groupId>org.jmockit</groupId>
+                <artifactId>jmockit</artifactId>
+                <version>${jmockit.version}</version>
+                <scope>test</scope>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 

Reply via email to