|
10 | 10 | </parent> |
11 | 11 |
|
12 | 12 | <groupId>io.toolisticon.spring</groupId> |
13 | | - <artifactId>spring-conditions</artifactId> |
| 13 | + <artifactId>spring-boot-support</artifactId> |
14 | 14 | <version>1.0.0</version> |
15 | | - <name>${project.artifactId}</name> |
16 | | - <description>spring-conditions</description> |
17 | | - <url>https://github.com/toolisticon/spring-conditions/</url> |
| 15 | + <name>Spring-Boot Support Root</name> |
| 16 | + <description>Spring-Boot useful support tools and classses.</description> |
| 17 | + <url>https://github.com/toolisticon/spring-boot-support/</url> |
| 18 | + <packaging>pom</packaging> |
| 19 | + |
| 20 | + <modules> |
| 21 | + <module>spring-boot-conditions</module> |
| 22 | + <module>bom</module> |
| 23 | + </modules> |
18 | 24 |
|
19 | 25 | <dependencyManagement> |
20 | 26 | <dependencies> |
|
29 | 35 | </dependencyManagement> |
30 | 36 |
|
31 | 37 | <dependencies> |
32 | | - <!-- SPRING --> |
33 | | - <dependency> |
34 | | - <groupId>org.springframework</groupId> |
35 | | - <artifactId>spring-context</artifactId> |
36 | | - </dependency> |
37 | | - <dependency> |
38 | | - <groupId>org.springframework.boot</groupId> |
39 | | - <artifactId>spring-boot-autoconfigure</artifactId> |
40 | | - </dependency> |
41 | | - <dependency> |
42 | | - <groupId>org.slf4j</groupId> |
43 | | - <artifactId>slf4j-api</artifactId> |
44 | | - </dependency> |
45 | | - |
46 | 38 | <!-- KOTLIN --> |
47 | 39 | <dependency> |
48 | 40 | <groupId>org.jetbrains.kotlin</groupId> |
49 | 41 | <artifactId>kotlin-stdlib-jdk8</artifactId> |
50 | 42 | </dependency> |
51 | 43 |
|
52 | 44 | <!-- TEST --> |
53 | | - <dependency> |
54 | | - <groupId>org.mockito.kotlin</groupId> |
55 | | - <artifactId>mockito-kotlin</artifactId> |
56 | | - <version>5.4.0</version> |
57 | | - <scope>test</scope> |
58 | | - </dependency> |
59 | 45 | <dependency> |
60 | 46 | <groupId>org.junit.jupiter</groupId> |
61 | 47 | <artifactId>junit-jupiter</artifactId> |
|
73 | 59 | <scope>test</scope> |
74 | 60 | </dependency> |
75 | 61 | <dependency> |
76 | | - <groupId>org.jetbrains.kotlin</groupId> |
77 | | - <artifactId>kotlin-test-junit5</artifactId> |
| 62 | + <groupId>org.mockito.kotlin</groupId> |
| 63 | + <artifactId>mockito-kotlin</artifactId> |
| 64 | + <version>5.4.0</version> |
78 | 65 | <scope>test</scope> |
79 | 66 | </dependency> |
80 | 67 | </dependencies> |
|
110 | 97 | </licenses> |
111 | 98 |
|
112 | 99 | <scm> |
113 | | - < connection>scm:git: [email protected]:toolisticon/spring- conditions.git</ connection> |
114 | | - < url>scm:git: [email protected]:toolisticon/spring- conditions.git</ url> |
115 | | - < developerConnection>scm:git: [email protected]:toolisticon/spring- conditions.git</ developerConnection> |
| 100 | + < connection>scm:git: [email protected]:toolisticon/spring- boot-support.git</ connection> |
| 101 | + < url>scm:git: [email protected]:toolisticon/spring- boot-support.git</ url> |
| 102 | + < developerConnection>scm:git: [email protected]:toolisticon/spring- boot-support.git</ developerConnection> |
116 | 103 | <tag>HEAD</tag> |
117 | 104 | </scm> |
118 | 105 |
|
|
0 commit comments