Skip to content

Commit de20256

Browse files
committed
Update start-class property to add package name
1 parent b8672ef commit de20256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<junit-jupiter-engine-version>5.2.0</junit-jupiter-engine-version>
2020
<mockito-junit-jupiter-version>2.18.0</mockito-junit-jupiter-version>
2121
<hamcrest-all-version>1.3</hamcrest-all-version>
22-
<start-class>OrdersApiApplication</start-class>
22+
<start-class>uk.gov.companieshouse.orders.api.OrdersApiApplication</start-class>
2323
</properties>
2424

2525
<dependencies>

0 commit comments

Comments
 (0)