|
34 | 34 | <packaging>jar</packaging> |
35 | 35 |
|
36 | 36 | <name>sql-boot</name> |
37 | | - <description>Evolutionary, Transparent and Polyglot DB-tool for Developers, |
38 | | - DBA and DevOps Engineers |
39 | | - </description> |
| 37 | + <description>Evolutionary, Transparent and Polyglot DB-tool for Developers, DBA and DevOps Engineers</description> |
40 | 38 |
|
41 | 39 | <licenses> |
42 | 40 | <license> |
|
63 | 61 | </developer> |
64 | 62 | </developers> |
65 | 63 |
|
66 | | - <parent> |
67 | | - <groupId>org.springframework.boot</groupId> |
68 | | - <artifactId>spring-boot-starter-parent</artifactId> |
69 | | - <version>2.1.1.RELEASE</version> |
70 | | - <relativePath/> |
71 | | - </parent> |
72 | | - |
73 | 64 | <properties> |
74 | | - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
75 | | - <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
76 | | - <java.version>1.8</java.version> |
77 | | - <dbh2.version>1.4.187</dbh2.version> |
| 65 | + <!--<project.bujava.versionild.sourceEncoding>UTF-8</project.bujava.versionild.sourceEncoding>--> |
| 66 | + <!--<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>--> |
| 67 | + <!--<dbh2.version>1.4.187</dbh2.version>--> |
78 | 68 | <docker.image.prefix>mgramin</docker.image.prefix> |
79 | 69 |
|
80 | 70 | <github.global.server>github</github.global.server> |
81 | 71 | <github.maven-plugin>0.12</github.maven-plugin> |
82 | 72 |
|
83 | 73 | <antlr4.visitor>true</antlr4.visitor> |
84 | 74 | <antlr4.listener>true</antlr4.listener> |
85 | | - <kotlin.version>1.3.20</kotlin.version> |
| 75 | + <kotlin.version>1.3.21</kotlin.version> |
86 | 76 | </properties> |
87 | 77 |
|
| 78 | + <parent> |
| 79 | + <groupId>org.springframework.boot</groupId> |
| 80 | + <artifactId>spring-boot-starter-parent</artifactId> |
| 81 | + <version>2.2.0.M1</version> |
| 82 | + <relativePath/> |
| 83 | + </parent> |
| 84 | + |
88 | 85 |
|
89 | 86 | <dependencies> |
90 | 87 |
|
|
94 | 91 | <version>${kotlin.version}</version> |
95 | 92 | </dependency> |
96 | 93 |
|
| 94 | + |
| 95 | + <dependency> |
| 96 | + <groupId>org.springframework.boot</groupId> |
| 97 | + <artifactId>spring-boot-starter</artifactId> |
| 98 | + </dependency> |
| 99 | + |
| 100 | + <dependency> |
| 101 | + <groupId>org.springframework.boot</groupId> |
| 102 | + <artifactId>spring-boot-starter-test</artifactId> |
| 103 | + <scope>test</scope> |
| 104 | + <exclusions> |
| 105 | + <exclusion> |
| 106 | + <groupId>junit</groupId> |
| 107 | + <artifactId>junit</artifactId> |
| 108 | + </exclusion> |
| 109 | + </exclusions> |
| 110 | + </dependency> |
| 111 | + |
| 112 | + <dependency> |
| 113 | + <groupId>org.springframework.boot</groupId> |
| 114 | + <artifactId>spring-boot-starter-web</artifactId> |
| 115 | + </dependency> |
| 116 | + |
97 | 117 | <dependency> |
98 | | - <groupId>org.jetbrains.kotlinx</groupId> |
99 | | - <artifactId>kotlinx-coroutines-core</artifactId> |
100 | | - <version>1.1.1</version> |
| 118 | + <groupId>org.springframework.boot</groupId> |
| 119 | + <artifactId>spring-boot-starter-jdbc</artifactId> |
101 | 120 | </dependency> |
102 | 121 |
|
103 | 122 |
|
|
112 | 131 | </dependency> |
113 | 132 |
|
114 | 133 |
|
115 | | - |
116 | 134 | <dependency> |
117 | 135 | <groupId>org.jetbrains.kotlin</groupId> |
118 | 136 | <artifactId>kotlin-test-junit</artifactId> |
|
123 | 141 | <dependency> |
124 | 142 | <groupId>org.junit.jupiter</groupId> |
125 | 143 | <artifactId>junit-jupiter-engine</artifactId> |
126 | | - <version>5.3.2</version> |
127 | 144 | <scope>test</scope> |
128 | 145 | </dependency> |
129 | 146 |
|
130 | 147 | <dependency> |
131 | 148 | <groupId>org.junit.jupiter</groupId> |
132 | 149 | <artifactId>junit-jupiter-params</artifactId> |
133 | | - <version>5.3.2</version> |
134 | 150 | <scope>test</scope> |
135 | 151 | </dependency> |
136 | 152 |
|
137 | 153 | <dependency> |
138 | 154 | <groupId>org.junit.vintage</groupId> |
139 | 155 | <artifactId>junit-vintage-engine</artifactId> |
140 | | - <version>5.3.2</version> |
141 | 156 | <scope>test</scope> |
142 | 157 | </dependency> |
143 | 158 |
|
|
155 | 170 | </dependency> |
156 | 171 |
|
157 | 172 |
|
158 | | - <dependency> |
159 | | - <groupId>org.springframework.boot</groupId> |
160 | | - <artifactId>spring-boot-starter</artifactId> |
161 | | - </dependency> |
162 | | - |
163 | | - <dependency> |
164 | | - <groupId>org.springframework.boot</groupId> |
165 | | - <artifactId>spring-boot-starter-test</artifactId> |
166 | | - <scope>test</scope> |
167 | | - <!-- Exclude JUnit 4 from starter-test (and all other related test-starter, i.e |
168 | | - those for security and project reactor --> |
169 | | - <exclusions> |
170 | | - <exclusion> |
171 | | - <groupId>junit</groupId> |
172 | | - <artifactId>junit</artifactId> |
173 | | - </exclusion> |
174 | | - </exclusions> |
175 | | - </dependency> |
176 | | - |
177 | | - <dependency> |
178 | | - <groupId>org.springframework.boot</groupId> |
179 | | - <artifactId>spring-boot-starter-web</artifactId> |
180 | | - </dependency> |
181 | | - |
182 | | - <dependency> |
183 | | - <groupId>org.springframework.boot</groupId> |
184 | | - <artifactId>spring-boot-starter-jdbc</artifactId> |
185 | | - </dependency> |
186 | | - |
187 | | - |
188 | | - |
189 | 173 | <dependency> |
190 | 174 | <groupId>org.codehaus.groovy</groupId> |
191 | 175 | <artifactId>groovy-templates</artifactId> |
|
227 | 211 | <dependency> |
228 | 212 | <groupId>javax.cache</groupId> |
229 | 213 | <artifactId>cache-api</artifactId> |
230 | | - <version>1.0.0</version> |
231 | 214 | </dependency> |
232 | 215 |
|
233 | 216 | <dependency> |
234 | 217 | <groupId>com.hazelcast</groupId> |
235 | 218 | <artifactId>hazelcast</artifactId> |
236 | | - <version>3.9-EA</version> |
237 | 219 | </dependency> |
238 | 220 |
|
239 | 221 | <dependency> |
|
242 | 224 | <version>20171018</version> |
243 | 225 | </dependency> |
244 | 226 |
|
245 | | - <dependency> |
246 | | - <groupId>net.steppschuh.markdowngenerator</groupId> |
247 | | - <artifactId>markdowngenerator</artifactId> |
248 | | - <version>1.3.1.1</version> |
249 | | - </dependency> |
250 | | - |
251 | 227 | </dependencies> |
252 | 228 |
|
253 | 229 | <build> |
|
0 commit comments