Refactoring base files

This commit is contained in:
Sergei_Verbitski
2026-03-23 18:47:49 +03:00
parent 8575fd6db8
commit 76bea61d91
12 changed files with 114 additions and 8194 deletions

View File

@@ -10,7 +10,8 @@
<parent>
<groupId>org.itprom</groupId>
<artifactId>backend</artifactId>
<version>1.0.0</version>
<!-- TODO: Указать базовый номер версии приложения, например: 1.0.0-CompanyName -->
<version>1.0.0-CompanyName</version>
</parent>
<developers>
@@ -33,7 +34,7 @@
<dependency>
<groupId>org.itprom</groupId>
<artifactId>backend</artifactId>
<version>1.0.0</version>
<version>customer</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -53,42 +54,63 @@
<dependency>
<groupId>org.itprom</groupId>
<artifactId>base-config</artifactId>
<version>${project.version}</version>
<version>${supp-base.version}</version>
</dependency>
<!-- Core -->
<dependency>
<groupId>org.itprom</groupId>
<artifactId>core</artifactId>
<version>${project.version}</version>
<version>${supp-base.version}</version>
</dependency>
<!-- Log -->
<dependency>
<groupId>org.itprom</groupId>
<artifactId>log</artifactId>
<version>${project.version}</version>
<version>${supp-base.version}</version>
</dependency>
<!-- Menu -->
<dependency>
<groupId>org.itprom</groupId>
<artifactId>menu</artifactId>
<version>${project.version}</version>
<version>${supp-base.version}</version>
</dependency>
<!-- Localization -->
<dependency>
<groupId>org.itprom</groupId>
<artifactId>l10n</artifactId>
<version>${project.version}</version>
<version>${supp-base.version}</version>
</dependency>
<!-- Notification -->
<dependency>
<groupId>org.itprom</groupId>
<artifactId>notification</artifactId>
<version>${project.version}</version>
<version>${supp-base.version}</version>
</dependency>
<!-- TableLayout -->
<dependency>
<groupId>org.itprom</groupId>
<artifactId>tablelayout</artifactId>
<version>${supp-base.version}</version>
</dependency>
<!-- shift -->
<dependency>
<groupId>org.itprom</groupId>
<artifactId>shift</artifactId>
<version>${supp-base.version}</version>
</dependency>
<!-- shiftSeq -->
<dependency>
<groupId>org.itprom</groupId>
<artifactId>shiftseq</artifactId>
<version>${supp-base.version}</version>
</dependency>
</dependencies>