55 <parent >
66 <groupId >com.backbase.oss</groupId >
77 <artifactId >boat-quay</artifactId >
8+ <<<<<<< HEAD
89 <version >0.15.4-SNAPSHOT</version >
10+ =======
11+ <version >0.15.6-SNAPSHOT</version >
12+ >>>>>>> ec93cdbd79c3c117ee2a4244be598045ab07328f
913 </parent >
14+
1015 <artifactId >boat-quay-rules</artifactId >
1116 <packaging >jar</packaging >
1217 <description >Backbase Open Api Tools QUAlitY Lint Rules</description >
1621 <properties >
1722 <sonar .coverage.jacoco.xmlReportPaths>${basedir} /../${aggregate.report.dir}
1823 </sonar .coverage.jacoco.xmlReportPaths>
19- <kotlin .version>1.3.61 </kotlin .version>
24+ <kotlin .version>1.4.10 </kotlin .version>
2025 <kotlin .compiler.incremental>false</kotlin .compiler.incremental>
2126 <auto-service .version>1.0-rc7</auto-service .version>
2227 <dokka .version>1.4.10.2</dokka .version>
28+ <zally .version>2.1.0</zally .version>
2329 </properties >
2430
2531 <dependencyManagement >
4955 <dependencies >
5056
5157 <dependency >
52- <groupId >org.zalando</groupId >
53- <artifactId >zally-core</artifactId >
54- <version >2.0.0</version >
55- <exclusions >
56- <exclusion >
57- <groupId >io.github.config4k</groupId >
58- <artifactId >config4k</artifactId >
59- </exclusion >
60- </exclusions >
58+ <groupId >org.jetbrains.kotlin</groupId >
59+ <artifactId >kotlin-stdlib</artifactId >
6160 </dependency >
62-
6361 <dependency >
64- <groupId >io.github.config4k</groupId >
65- <artifactId >config4k</artifactId >
66- <version >0.4.2</version >
62+ <groupId >org.jetbrains.kotlin</groupId >
63+ <artifactId >kotlin-reflect</artifactId >
64+ </dependency >
65+ <dependency >
66+ <groupId >de.mpg.mpi-inf</groupId >
67+ <artifactId >javatools</artifactId >
68+ <version >2017-06-28</version >
69+ </dependency >
70+ <dependency >
71+ <groupId >org.zalando</groupId >
72+ <artifactId >zally-core</artifactId >
73+ <version >${zally.version} </version >
6774 </dependency >
68-
6975 <dependency >
7076 <groupId >org.zalando</groupId >
7177 <artifactId >zally-rule-api</artifactId >
72- <version >2.0.0 </version >
78+ <version >${zally.version} </version >
7379 </dependency >
74-
7580 <dependency >
7681 <groupId >org.zalando</groupId >
7782 <artifactId >zally-ruleset-zalando</artifactId >
78- <version >2.0.0 </version >
83+ <version >${zally.version} </version >
7984 </dependency >
80-
8185 <dependency >
8286 <groupId >org.zalando</groupId >
8387 <artifactId >zally-ruleset-zally</artifactId >
84- <version >2.0.0 </version >
88+ <version >${zally.version} </version >
8589 </dependency >
8690
8791 <dependency >
172176 </plugins >
173177 </build >
174178
175- </project >
179+ </project >
0 commit comments