Skip to content

Commit 4df4dcc

Browse files
committed
Fix tests and remove redundant license file
1 parent f432a2d commit 4df4dcc

5 files changed

Lines changed: 3 additions & 210 deletions

File tree

.github/actions/test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131
run: |
3232
mvn clean install -B -V
3333
34-
- name: Test Incident App (Integration Tests)
34+
- name: Test Bookshop App (Integration Tests)
3535
shell: bash
3636
working-directory: samples/bookshop
3737
run: |

LICENSE

Lines changed: 0 additions & 201 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The sample application includes:
5050
- Fiori Elements UI
5151
- Sample data and tests
5252

53-
For detailed instructions, see the [Sample Application README](samples/incident-app/README.md).
53+
For detailed instructions, see the [Sample Application README](samples/bookshop/README.md).
5454

5555
## Support, Feedback, Contributing
5656

samples/bookshop/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>sap.capire</groupId>
5353
<artifactId>plugin-template-emoji</artifactId>
54-
<version>1.0.0-Snapshot</version>
54+
<version>1.0.0-SNAPSHOT</version>
5555
</dependency>
5656
</dependencies>
5757
</dependencyManagement>

srv/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,6 @@
6262
<artifactId>spring-security-test</artifactId>
6363
<scope>test</scope>
6464
</dependency>
65-
66-
<dependency>
67-
<groupId>org.springframework.security</groupId>
68-
<artifactId>spring-security-test</artifactId>
69-
<scope>test</scope>
70-
</dependency>
7165
</dependencies>
7266

7367
<build>

0 commit comments

Comments
 (0)