File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/de/openknowledge/sample/customer/application Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ WORKDIR /usr/src/customer-service
44COPY pom.xml ./
55RUN mvn package dependency:go-offline # cache dependencies
66COPY src ./src
7- RUN mvn clean package
7+ RUN mvn clean package -DskipTests
88
99FROM openjdk:11
1010
Original file line number Diff line number Diff line change 2020 */
2121public final class CustomMediaType {
2222
23- public static final String CUSTOMER_V1 = "application/vnd.de.openknowledge.sample.customer.v1+json2 " ;
24- public static final String CUSTOMER_V2 = "application/vnd.de.openknowledge.sample.customer.v2+json2 " ;
23+ public static final String CUSTOMER_V1 = "application/vnd.de.openknowledge.sample.customer.v1+json " ;
24+ public static final String CUSTOMER_V2 = "application/vnd.de.openknowledge.sample.customer.v2+json " ;
2525
2626}
You can’t perform that action at this time.
0 commit comments