Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 17 additions & 19 deletions example/bootstrapping-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,21 @@
<artifactId>tasklist-client-example-parent</artifactId>
<version>8.6.12-SNAPSHOT</version>
</parent>

<artifactId>bootstrapping-test</artifactId>

<dependencies>
<dependency>
<groupId>io.camunda</groupId>
<artifactId>camunda-tasklist-client-java</artifactId>
</dependency>
<dependency>
<groupId>io.camunda</groupId>
<artifactId>zeebe-client-java</artifactId>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

</project>
<name>Camunda Tasklist Client Bootstrapping Test</name>
<dependencies>
<dependency>
<groupId>io.camunda</groupId>
<artifactId>camunda-tasklist-client-java</artifactId>
</dependency>
<dependency>
<groupId>io.camunda</groupId>
<artifactId>zeebe-client-java</artifactId>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
6 changes: 2 additions & 4 deletions example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@
<artifactId>tasklist-client-root</artifactId>
<version>8.6.12-SNAPSHOT</version>
</parent>

<artifactId>tasklist-client-example-parent</artifactId>
<packaging>pom</packaging>
<name>Camunda Tasklist Client Example Parent</name>
<modules>
<module>bootstrapping-test</module>
<module>readme-snippets</module>
</modules>


</project>
</project>
6 changes: 2 additions & 4 deletions example/readme-snippets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
<artifactId>tasklist-client-example-parent</artifactId>
<version>8.6.12-SNAPSHOT</version>
</parent>

<artifactId>readme-snippets</artifactId>

<name>Camunda Tasklist Client Readme Snippets</name>
<dependencies>
<dependency>
<groupId>io.camunda</groupId>
Expand All @@ -23,5 +22,4 @@
<artifactId>zeebe-client-java</artifactId>
</dependency>
</dependencies>

</project>
</project>
6 changes: 2 additions & 4 deletions extension/client-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<artifactId>tasklist-client-parent</artifactId>
<version>8.6.12-SNAPSHOT</version>
</parent>

<artifactId>camunda-tasklist-client-java</artifactId>
<name>Camunda Tasklist Client Java</name>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down Expand Up @@ -72,7 +72,5 @@
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>

</dependencies>

</project>
</project>
9 changes: 3 additions & 6 deletions extension/generated/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<artifactId>tasklist-client-parent</artifactId>
<version>8.6.12-SNAPSHOT</version>
</parent>

<artifactId>camunda-tasklist-client-generated</artifactId>
<name>Camunda Tasklist Client Generated</name>
<dependencies>
<!-- HTTP client: apache client -->
<dependency>
Expand All @@ -19,7 +19,6 @@
<artifactId>httpcore5</artifactId>
<scope>provided</scope>
</dependency>

<!-- JSON processing: jackson -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down Expand Up @@ -61,8 +60,7 @@
<artifactId>maven-dependency-plugin</artifactId>
<configuration>
<ignoredUnusedDeclaredDependencies>
<ignoredUnusedDeclaredDependency>org.junit.jupiter:junit-jupiter-api
</ignoredUnusedDeclaredDependency>
<ignoredUnusedDeclaredDependency>org.junit.jupiter:junit-jupiter-api</ignoredUnusedDeclaredDependency>
</ignoredUnusedDeclaredDependencies>
</configuration>
</plugin>
Expand Down Expand Up @@ -99,5 +97,4 @@
</plugin>
</plugins>
</build>

</project>
</project>
4 changes: 2 additions & 2 deletions extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
</parent>
<artifactId>tasklist-client-parent</artifactId>
<packaging>pom</packaging>
<name>Camunda Tasklist Client Parent</name>
<modules>
<module>generated</module>
<module>client-java</module>
<module>spring-boot-starter-camunda-tasklist</module>
</modules>

</project>
</project>
12 changes: 4 additions & 8 deletions extension/spring-boot-starter-camunda-tasklist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
<artifactId>tasklist-client-parent</artifactId>
<version>8.6.12-SNAPSHOT</version>
</parent>

<artifactId>spring-boot-starter-camunda-tasklist</artifactId>

<name>Spring Boot Starter Camunda Tasklist Client</name>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -87,16 +86,13 @@
<artifactId>maven-dependency-plugin</artifactId>
<configuration>
<ignoredUnusedDeclaredDependencies>
<ignoredUnusedDeclaredDependency>org.springframework.boot:spring-boot-starter
</ignoredUnusedDeclaredDependency>
<ignoredUnusedDeclaredDependency>org.springframework.boot:spring-boot-starter-test
</ignoredUnusedDeclaredDependency>
<ignoredUnusedDeclaredDependency>org.springframework.boot:spring-boot-starter</ignoredUnusedDeclaredDependency>
<ignoredUnusedDeclaredDependency>org.springframework.boot:spring-boot-starter-test</ignoredUnusedDeclaredDependency>
<ignoredUnusedDeclaredDependency>org.springframework.boot:spring-boot-configuration-processor</ignoredUnusedDeclaredDependency>
</ignoredUnusedDeclaredDependencies>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>

</project>
</project>
77 changes: 33 additions & 44 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.camunda.community</groupId>
<artifactId>community-hub-release-parent</artifactId>
Expand All @@ -10,20 +10,33 @@
<artifactId>tasklist-client-root</artifactId>
<version>8.6.12-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Camunda Tasklist Client Root</name>
<licenses>
<license>
<name>Apache License</name>
</license>
</licenses>
<modules>
<module>extension</module>
<module>example</module>
</modules>
<scm>
<connection>scm:git:[email protected]:camunda-community-hub/camunda-tasklist-client-java.git</connection>
<developerConnection>scm:git:[email protected]:camunda-community-hub/camunda-tasklist-client-java.git</developerConnection>
<tag>HEAD</tag>
<url>https://github.com/camunda-community-hub/camunda-tasklist-client-java</url>
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.resourceEncoding>${project.build.sourceEncoding}</project.build.resourceEncoding>
<version.java>17</version.java>
<java.version>${version.java}</java.version>
<maven.compiler.release>${java.version}</maven.compiler.release>

<spring-boot.version>3.3.11</spring-boot.version>
<spring-boot.version>3.5.3</spring-boot.version>
<commons-beanutils.version>1.9.4</commons-beanutils.version>
<resilience4j.version>2.2.0</resilience4j.version>
<jackson.version>2.17.2</jackson.version>
<commons-lang.version>3.15.0</commons-lang.version>

<plugin.version.maven-enforcer-plugin>3.5.0</plugin.version.maven-enforcer-plugin>
<plugin.version.function-maven-plugin>0.11.1</plugin.version.function-maven-plugin>
<plugin.version.maven-install-plugin>3.1.4</plugin.version.maven-install-plugin>
Expand All @@ -40,27 +53,21 @@
<plugin.version.frontend-maven-plugin>1.15.1</plugin.version.frontend-maven-plugin>
<plugin.version.maven-source-plugin>3.3.1</plugin.version.maven-source-plugin>
</properties>

<modules>
<module>extension</module>
<module>example</module>
</modules>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>${spring-boot.version}</version>
<scope>import</scope>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>io.camunda</groupId>
<artifactId>zeebe-bom</artifactId>
<version>8.6.12</version>
<scope>import</scope>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>io.camunda</groupId>
Expand Down Expand Up @@ -131,7 +138,6 @@
</dependency>
</dependencies>
</dependencyManagement>

<build>
<pluginManagement>
<plugins>
Expand Down Expand Up @@ -246,24 +252,22 @@
<artifactId>spotless-maven-plugin</artifactId>
<version>${plugin.version.spotless-maven-plugin}</version>
<configuration>
<formats>
<format>
<includes>
<include>*.md</include>
<include>.gitignore</include>
</includes>
<trimTrailingWhitespace />
<endWithNewline />
<indent>
<spaces>true</spaces>
<spacesPerTab>2</spacesPerTab>
</indent>
</format>
</formats>
<java>
<googleJavaFormat />
</java>
<pom />
<pom>
<sortPom>
<nrOfIndentSpace>2</nrOfIndentSpace>
<expandEmptyElements>false</expandEmptyElements>
<spaceBeforeCloseEmptyElement>true</spaceBeforeCloseEmptyElement>
<keepBlankLines>false</keepBlankLines>
</sortPom>
</pom>
<markdown>
<includes>
<include>**/*.md</include>
</includes>
</markdown>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -326,7 +330,6 @@
</plugin>
</plugins>
</build>

<profiles>
<!-- profile to auto format -->
<profile>
Expand All @@ -352,7 +355,6 @@
</plugins>
</build>
</profile>

<!-- profile to perform strict validation checks -->
<profile>
<id>checkFormat</id>
Expand All @@ -375,17 +377,4 @@
</build>
</profile>
</profiles>

<licenses>
<license>
<name>Apache License</name>
</license>
</licenses>

<scm>
<url>https://github.com/camunda-community-hub/camunda-tasklist-client-java</url>
<connection>scm:git:[email protected]:camunda-community-hub/camunda-tasklist-client-java.git</connection>
<developerConnection>scm:git:[email protected]:camunda-community-hub/camunda-tasklist-client-java.git</developerConnection>
<tag>HEAD</tag>
</scm>
</project>