Refactoring base files
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user