From 0021f7698e0e557602457cdfd672841582723c40 Mon Sep 17 00:00:00 2001 From: bedroomghost Date: Mon, 14 Apr 2025 18:17:15 +0200 Subject: [PATCH] chore: Clean up project and scaffolding --- .mvn/wrapper/maven-wrapper.properties | 19 ------ application/pom.xml | 4 +- boot/pom.xml | 46 ++++--------- domain/pom.xml | 3 +- infrastructure/in/rest-api/pom.xml | 15 +++-- infrastructure/out/sql-repository/pom.xml | 5 +- pom.xml | 80 +++++++++++------------ 7 files changed, 67 insertions(+), 105 deletions(-) delete mode 100644 .mvn/wrapper/maven-wrapper.properties diff --git a/.mvn/wrapper/maven-wrapper.properties b/.mvn/wrapper/maven-wrapper.properties deleted file mode 100644 index d58dfb7..0000000 --- a/.mvn/wrapper/maven-wrapper.properties +++ /dev/null @@ -1,19 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. -wrapperVersion=3.3.2 -distributionType=only-script -distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip diff --git a/application/pom.xml b/application/pom.xml index f32927a..ff5fe0d 100644 --- a/application/pom.xml +++ b/application/pom.xml @@ -10,14 +10,16 @@ com.techivw - webprice + web-price 0.0.1-SNAPSHOT + com.techivw domain + 0.0.1-SNAPSHOT diff --git a/boot/pom.xml b/boot/pom.xml index c77ee7e..0f47e93 100644 --- a/boot/pom.xml +++ b/boot/pom.xml @@ -4,67 +4,47 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 + + com.techivw + web-price + 0.0.1-SNAPSHOT + + + boot jar boot - - com.techivw - webprice - 0.0.1-SNAPSHOT - - + com.techivw domain + 0.0.1-SNAPSHOT com.techivw application + 0.0.1-SNAPSHOT com.techivw rest-api + 0.0.1-SNAPSHOT com.techivw sql-repository - - - - org.springframework.boot - spring-boot-starter + 0.0.1-SNAPSHOT - - org.apache.maven.plugins - maven-compiler-plugin - - - - org.projectlombok - lombok - - - - org.springframework.boot spring-boot-maven-plugin - - - - org.projectlombok - lombok - - - - - \ No newline at end of file + diff --git a/domain/pom.xml b/domain/pom.xml index 59613af..95acb5d 100644 --- a/domain/pom.xml +++ b/domain/pom.xml @@ -10,8 +10,7 @@ com.techivw - webprice + web-price 0.0.1-SNAPSHOT - diff --git a/infrastructure/in/rest-api/pom.xml b/infrastructure/in/rest-api/pom.xml index 00326b8..de49e08 100644 --- a/infrastructure/in/rest-api/pom.xml +++ b/infrastructure/in/rest-api/pom.xml @@ -4,24 +4,27 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 + + com.techivw + web-price + 0.0.1-SNAPSHOT + ../../../pom.xml + + rest-api jar rest-api - - com.techivw - webprice - 0.0.1-SNAPSHOT - - com.techivw domain + 0.0.1-SNAPSHOT com.techivw application + 0.0.1-SNAPSHOT diff --git a/infrastructure/out/sql-repository/pom.xml b/infrastructure/out/sql-repository/pom.xml index 6cd3125..a15cfe6 100644 --- a/infrastructure/out/sql-repository/pom.xml +++ b/infrastructure/out/sql-repository/pom.xml @@ -10,18 +10,21 @@ com.techivw - webprice + web-price 0.0.1-SNAPSHOT + ../../../pom.xml com.techivw domain + 0.0.1-SNAPSHOT com.techivw application + 0.0.1-SNAPSHOT diff --git a/pom.xml b/pom.xml index 9d71b30..4a35e15 100644 --- a/pom.xml +++ b/pom.xml @@ -3,49 +3,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - com.techivw - webprice - 0.0.1-SNAPSHOT - pom - web-price - - - org.springframework.boot - spring-boot-starter-parent - 3.4.4 - - - - - - - com.techivw - domain - ${project.version} - - - com.techivw - application - ${project.version} - - - com.techivw - rest-api - ${project.version} - - - com.techivw - sql-repository - ${project.version} - - - com.techivw - boot - ${project.version} - - - - domain application @@ -53,4 +10,41 @@ infrastructure/out/sql-repository boot + + + org.springframework.boot + spring-boot-starter-parent + 3.4.4 + + + + com.techivw + web-price + 0.0.1-SNAPSHOT + pom + web-price + + + 21 + + + + + + org.springframework.boot + spring-boot-starter + + + org.springframework.boot + spring-boot-starter-web + + + org.projectlombok + lombok + + + org.springframework.boot + spring-boot-starter-data-jpa + +