Skip to content

Commit

Permalink
Merge pull request #12 from companieshouse/fix-application-run
Browse files Browse the repository at this point in the history
PR to fix application run
  • Loading branch information
aaspellclark-ch authored Mar 3, 2025
2 parents de09aa6 + b184db6 commit 9988607
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
2 changes: 1 addition & 1 deletion ecs-image-build/docker_start.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#
# Start script for accounts-association-service
# Start script for chs-notification-sender-api

PORT=8080

Expand Down
18 changes: 0 additions & 18 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,6 @@
<artifactId>spring-kafka</artifactId>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-docker-compose</artifactId>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
Expand Down Expand Up @@ -233,24 +227,12 @@
<artifactId>mapstruct</artifactId>
<version>${org.mapstruct.version}</version>
</dependency>
<dependency>
<groupId>uk.gov.companieshouse</groupId>
<artifactId>api-security-java</artifactId>
<version>2.0.8</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-config</artifactId>
<version>6.4.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>uk.gov.companieshouse</groupId>
<artifactId>api-security-java</artifactId>
<version>2.0.8</version>
<scope>compile</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 9988607

Please sign in to comment.