Skip to content

Commit

Permalink
Merge pull request #237 from holunda-io/feature/camunda-7.20-small-ch…
Browse files Browse the repository at this point in the history
…anges
  • Loading branch information
zambrovski authored Oct 16, 2023
2 parents 9b8f836 + ad1ea7c commit d3fc99d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package io.holunda.polyflow.example.process.approval.service.impl.datajpa

import org.springframework.data.repository.CrudRepository
import org.springframework.data.repository.PagingAndSortingRepository
import java.util.*

/**
* Spring Data JPA repository.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
<dependency>
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
<version>2.1.1</version>
</dependency>

<!-- Testing -->
Expand Down
2 changes: 1 addition & 1 deletion scenarios/single-node-jpa/src/main/resources/banner.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ ${AnsiColor.WHITE}
Taskpool: ${application.formatted-version}

Swagger UI: http://localhost:${server.port}/swagger-ui/index.html
Cockpit: http://localhost:${server.port}/app/camunda/
Cockpit: http://localhost:${server.port}/camunda/app/cockpit/
Task list URL: http://localhost:${server.port}/polyflow/tasks
Business data entries list URL: http://localhost:${server.port}/polyflow/archive

0 comments on commit d3fc99d

Please sign in to comment.