You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by di...@apache.org on 2019/12/31 21:45:22 UTC

[airavata] 01/02: Jpa maven plugin fix for profile service

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

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

commit 1d209de5afa8149ef098054afe0a9d514dcf1cf0
Author: Dimuthu Wannipurage <di...@gmail.com>
AuthorDate: Tue Dec 31 16:44:20 2019 -0500

    Jpa maven plugin fix for profile service
---
 airavata-services/profile-service/profile-service-commons/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/airavata-services/profile-service/profile-service-commons/pom.xml b/airavata-services/profile-service/profile-service-commons/pom.xml
index d4747d3..3d247e9 100644
--- a/airavata-services/profile-service/profile-service-commons/pom.xml
+++ b/airavata-services/profile-service/profile-service-commons/pom.xml
@@ -108,6 +108,13 @@
                         </goals>
                     </execution>
                 </executions>
+                <dependencies>
+                    <dependency>
+                        <groupId>org.apache.openjpa</groupId>
+                        <artifactId>openjpa</artifactId>
+                        <version>${openjpa.version}</version>
+                    </dependency>
+                </dependencies>
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>