Skip to content

Commit

Permalink
chore: some small changes salvaged from my branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Bilger committed Oct 16, 2023
1 parent 9b8f836 commit ad1ea7c
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 ad1ea7c

Please sign in to comment.