<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>ai.wavemaker.studio</groupId>
  <artifactId>wavemaker-workspace-sync-plugin</artifactId>
  <version>1.0.0-20260616140340</version>
  <packaging>maven-plugin</packaging>
  <name>wavemaker-workspace-sync-plugin</name>
  <description>wavemaker-workspace-sync-plugin</description>
  <url>https://www.wavemaker.com</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer />
  </developers>
  <scm>
    <connection>scm:git:https://github.com/wavemaker/wavemaker-app-build-tools.git</connection>
    <developerConnection>scm:git:https://github.com/wavemaker/wavemaker-app-build-tools.git</developerConnection>
    <url>https://www.wavemaker.com</url>
  </scm>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.slf4j</groupId>
        <artifactId>slf4j-bom</artifactId>
        <version>2.0.17</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
      <dependency>
        <groupId>org.springframework</groupId>
        <artifactId>spring-framework-bom</artifactId>
        <version>6.2.18</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
      <dependency>
        <groupId>com.fasterxml.jackson</groupId>
        <artifactId>jackson-bom</artifactId>
        <version>2.21.3</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>ai.wavemaker.commons</groupId>
      <artifactId>wavemaker-commons-util</artifactId>
      <version>1.0.0-20260616140340</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>ai.wavemaker.studio</groupId>
      <artifactId>wavemaker-studio-plugin-commons</artifactId>
      <version>1.0.0-20260616140340</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>ai.wavemaker.studio</groupId>
      <artifactId>wavemaker-workspace-sync-utils</artifactId>
      <version>1.0.0-20260616140340</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
      <version>3.20.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-web</artifactId>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.eclipse.jgit</groupId>
      <artifactId>org.eclipse.jgit</artifactId>
      <version>7.6.0.202603022253-r</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.maven.plugin-tools</groupId>
      <artifactId>maven-plugin-annotations</artifactId>
      <version>3.15.2</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-core</artifactId>
      <version>3.9.15</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>
</project>
