diff --git a/app/server/appsmith-git/pom.xml b/app/server/appsmith-git/pom.xml new file mode 100644 index 0000000000..c940f67297 --- /dev/null +++ b/app/server/appsmith-git/pom.xml @@ -0,0 +1,89 @@ + + + + integrated + com.appsmith + 1.0-SNAPSHOT + + + 4.0.0 + com.appsmith + appsmith-git + 1.0-SNAPSHOT + + appsmith-git + This is the git server to handle all the git operations + + + UTF-8 + 11 + + + + + jgit-repository + https://repo.eclipse.org/content/groups/releases/ + + + + + + + org.projectlombok + lombok + 1.18.8 + provided + + + + org.eclipse.jgit + org.eclipse.jgit + 5.12.0.202106070339-r + + + + + junit + junit + 4.13.1 + test + + + + io.projectreactor + reactor-test + 3.2.11.RELEASE + test + + + org.mockito + mockito-core + 3.1.0 + test + + + + + + + maven-dependency-plugin + + + copy-dependencies + package + + copy-dependencies + + + runtime + ${project.build.directory}/lib + + + + + + + + \ No newline at end of file diff --git a/app/server/appsmith-server/pom.xml b/app/server/appsmith-server/pom.xml index c10556416c..04f7a370b1 100644 --- a/app/server/appsmith-server/pom.xml +++ b/app/server/appsmith-server/pom.xml @@ -235,6 +235,11 @@ ff4j-config-yaml ${ff4j.version} + + com.appsmith + appsmith-git + 1.0-SNAPSHOT + diff --git a/app/server/pom.xml b/app/server/pom.xml index be53d7475d..7db1517654 100644 --- a/app/server/pom.xml +++ b/app/server/pom.xml @@ -58,6 +58,7 @@ appsmith-interfaces appsmith-plugins appsmith-server + appsmith-git