elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame] | 3 | ~ ============LICENSE_START===================================================================== |
PatrikBuhr | be8fa81 | 2019-02-15 16:19:27 +0000 | [diff] [blame] | 4 | ~ Copyright (C) 2018 NOKIA Intellectual Property, 2018-2019 Nordix Foundation. All rights reserved. |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame] | 5 | ~ ============================================================================================== |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 6 | ~ Licensed under the Apache License, Version 2.0 (the "License"); |
| 7 | ~ you may not use this file except in compliance with the License. |
| 8 | ~ You may obtain a copy of the License at |
| 9 | ~ |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame] | 10 | ~ http://www.apache.org/licenses/LICENSE-2.0 |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 11 | ~ |
| 12 | ~ Unless required by applicable law or agreed to in writing, software |
| 13 | ~ distributed under the License is distributed on an "AS IS" BASIS, |
| 14 | ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | ~ See the License for the specific language governing permissions and |
| 16 | ~ limitations under the License. |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame] | 17 | ~ ============LICENSE_END======================================================================= |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 18 | --> |
elinuxhenrik | 5a61d0c | 2018-09-18 13:18:03 +0200 | [diff] [blame] | 19 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 20 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 21 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 22 | <modelVersion>4.0.0</modelVersion> |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame] | 23 | |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 24 | <parent> |
| 25 | <groupId>org.onap.oparent</groupId> |
| 26 | <artifactId>oparent</artifactId> |
pwielebs | 8a84a9d | 2019-01-07 13:48:18 +0100 | [diff] [blame] | 27 | <version>1.2.1</version> |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame] | 28 | <relativePath /> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 29 | </parent> |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame] | 30 | |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 31 | <groupId>org.onap.dcaegen2.collectors</groupId> |
| 32 | <artifactId>datafile</artifactId> |
maximesson | 186da07 | 2018-12-03 16:03:45 +0100 | [diff] [blame] | 33 | <version>1.1.1-SNAPSHOT</version> |
wasala | 93adeb4 | 2018-09-18 14:17:19 +0200 | [diff] [blame] | 34 | |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame] | 35 | <name>dcaegen2-collectors.datafile</name> |
| 36 | <description>datafile collector</description> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 37 | <packaging>pom</packaging> |
| 38 | |
| 39 | <licenses> |
| 40 | <license> |
| 41 | <name>The Apache Software License, Version 2.0</name> |
| 42 | <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| 43 | </license> |
| 44 | </licenses> |
| 45 | |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 46 | <properties> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 47 | <java.version>8</java.version> |
wasala | 93adeb4 | 2018-09-18 14:17:19 +0200 | [diff] [blame] | 48 | <immutable.version>2.7.1</immutable.version> |
PatrikBuhr | be8fa81 | 2019-02-15 16:19:27 +0000 | [diff] [blame] | 49 | <spring.version>5.1.4.RELEASE</spring.version> |
| 50 | <spring-boot.version>2.1.2.RELEASE</spring-boot.version> |
Chengkai Yan | cf1221c | 2018-10-29 12:57:47 +0100 | [diff] [blame] | 51 | <tomcat.version>8.5.34</tomcat.version> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 52 | <docker.maven.version>1.0.0</docker.maven.version> |
| 53 | <resource.maven.plugin.version>3.1.0</resource.maven.plugin.version> |
pwielebs | 8a84a9d | 2019-01-07 13:48:18 +0100 | [diff] [blame] | 54 | <sdk.version>1.1.1-SNAPSHOT</sdk.version> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 55 | |
| 56 | <!-- LOGGING SETTINGS --> |
| 57 | <slf4j.version>1.7.25</slf4j.version> |
| 58 | <logback.version>1.2.3</logback.version> |
| 59 | |
| 60 | <!--TEST SETTINGS --> |
| 61 | <surefire.redirectTestOutputToFile>true</surefire.redirectTestOutputToFile> |
| 62 | <junit.version>4.12</junit.version> |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame] | 63 | <junit-jupiter.version>5.1.0</junit-jupiter.version> |
| 64 | <junit-vintage.version>5.1.0</junit-vintage.version> |
| 65 | <junit-platform.version>1.1.0</junit-platform.version> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 66 | </properties> |
| 67 | |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame] | 68 | <modules> |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame] | 69 | <module>datafile-commons</module> |
Vijay Venkatesh Kumar | 0ae7a7f | 2018-10-05 14:14:00 +0200 | [diff] [blame] | 70 | <module>datafile-dmaap-client</module> |
| 71 | <module>datafile-app-server</module> |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame] | 72 | </modules> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 73 | |
| 74 | <build> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 75 | <pluginManagement> |
| 76 | <plugins> |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame] | 77 | <plugin> |
| 78 | <groupId>org.apache.maven.plugins</groupId> |
| 79 | <artifactId>maven-resources-plugin</artifactId> |
| 80 | <version>3.1.0</version> |
| 81 | <configuration> |
| 82 | <encoding>${project.build.sourceEncoding}</encoding> |
| 83 | </configuration> |
| 84 | </plugin> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 85 | <plugin> |
| 86 | <groupId>org.apache.maven.plugins</groupId> |
| 87 | <artifactId>maven-compiler-plugin</artifactId> |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame] | 88 | <version>3.7.0</version> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 89 | <configuration> |
| 90 | <source>${java.version}</source> |
| 91 | <target>${java.version}</target> |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame] | 92 | <encoding>${project.build.sourceEncoding}</encoding> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 93 | <showWarnings>true</showWarnings> |
| 94 | <showDeprecation>true</showDeprecation> |
| 95 | </configuration> |
| 96 | </plugin> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 97 | <plugin> |
| 98 | <groupId>org.apache.maven.plugins</groupId> |
| 99 | <artifactId>maven-surefire-plugin</artifactId> |
| 100 | <version>2.19.1</version> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 101 | <dependencies> |
| 102 | <dependency> |
| 103 | <groupId>org.junit.platform</groupId> |
| 104 | <artifactId>junit-platform-surefire-provider</artifactId> |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame] | 105 | <version>${junit-platform.version}</version> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 106 | </dependency> |
| 107 | </dependencies> |
| 108 | </plugin> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 109 | <plugin> |
| 110 | <groupId>com.spotify</groupId> |
| 111 | <artifactId>docker-maven-plugin</artifactId> |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame] | 112 | <version>1.1.1</version> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 113 | </plugin> |
| 114 | <plugin> |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame] | 115 | <groupId>org.springframework.boot</groupId> |
| 116 | <artifactId>spring-boot-maven-plugin</artifactId> |
| 117 | <version>${spring-boot.version}</version> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 118 | <executions> |
| 119 | <execution> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 120 | <goals> |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame] | 121 | <goal>repackage</goal> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 122 | </goals> |
| 123 | </execution> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 124 | </executions> |
| 125 | </plugin> |
| 126 | <plugin> |
| 127 | <groupId>org.apache.maven.plugins</groupId> |
| 128 | <artifactId>maven-deploy-plugin</artifactId> |
| 129 | <configuration> |
| 130 | <skip>true</skip> |
| 131 | </configuration> |
| 132 | </plugin> |
pwielebs | 8a84a9d | 2019-01-07 13:48:18 +0100 | [diff] [blame] | 133 | <plugin> |
| 134 | <groupId>org.apache.maven.plugins</groupId> |
| 135 | <artifactId>maven-enforcer-plugin</artifactId> |
| 136 | <configuration> |
| 137 | <skip>true</skip> |
| 138 | </configuration> |
| 139 | </plugin> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 140 | </plugins> |
| 141 | </pluginManagement> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 142 | </build> |
| 143 | |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame] | 144 | <dependencyManagement> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 145 | <dependencies> |
wasala | 93adeb4 | 2018-09-18 14:17:19 +0200 | [diff] [blame] | 146 | <dependency> |
micdzied | a224b4a | 2019-01-08 09:38:12 +0100 | [diff] [blame] | 147 | <groupId>org.onap.dcaegen2.services.sdk.rest.services</groupId> |
| 148 | <artifactId>cbs-client</artifactId> |
| 149 | <version>${sdk.version}</version> |
| 150 | </dependency> |
| 151 | <dependency> |
pwielebs | 8a84a9d | 2019-01-07 13:48:18 +0100 | [diff] [blame] | 152 | <groupId>org.onap.dcaegen2.services.sdk.rest.services</groupId> |
| 153 | <artifactId>dmaap-client</artifactId> |
| 154 | <version>${sdk.version}</version> |
| 155 | </dependency> |
| 156 | <dependency> |
| 157 | <groupId>org.onap.dcaegen2.services.sdk.rest.services</groupId> |
| 158 | <artifactId>common-dependency</artifactId> |
| 159 | <version>${sdk.version}</version> |
| 160 | </dependency> |
| 161 | <dependency> |
Chengkai Yan | 693026c | 2018-11-23 16:23:56 +0100 | [diff] [blame] | 162 | <groupId>org.asynchttpclient</groupId> |
| 163 | <artifactId>async-http-client</artifactId> |
| 164 | <version>2.6.0</version> |
| 165 | </dependency> |
| 166 | <dependency> |
| 167 | <groupId>org.apache.httpcomponents</groupId> |
| 168 | <artifactId>httpasyncclient</artifactId> |
| 169 | <version>4.1.4</version> |
PatrikBuhr | be8fa81 | 2019-02-15 16:19:27 +0000 | [diff] [blame] | 170 | </dependency> |
wasala | 93adeb4 | 2018-09-18 14:17:19 +0200 | [diff] [blame] | 171 | <dependency> |
| 172 | <groupId>org.springframework.boot</groupId> |
| 173 | <artifactId>spring-boot-dependencies</artifactId> |
| 174 | <version>${spring-boot.version}</version> |
| 175 | <type>pom</type> |
| 176 | <scope>import</scope> |
| 177 | </dependency> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 178 | <dependency> |
| 179 | <groupId>org.immutables</groupId> |
| 180 | <artifactId>value</artifactId> |
| 181 | <version>${immutable.version}</version> |
| 182 | <scope>provided</scope> |
| 183 | </dependency> |
| 184 | <dependency> |
| 185 | <groupId>org.immutables</groupId> |
| 186 | <artifactId>gson</artifactId> |
| 187 | <version>${immutable.version}</version> |
| 188 | </dependency> |
| 189 | <dependency> |
wasala | 93adeb4 | 2018-09-18 14:17:19 +0200 | [diff] [blame] | 190 | <groupId>org.springframework</groupId> |
| 191 | <artifactId>spring-beans</artifactId> |
| 192 | <version>${spring.version}</version> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 193 | </dependency> |
| 194 | <dependency> |
wasala | 93adeb4 | 2018-09-18 14:17:19 +0200 | [diff] [blame] | 195 | <groupId>org.springframework</groupId> |
| 196 | <artifactId>spring-context</artifactId> |
| 197 | <version>${spring.version}</version> |
| 198 | </dependency> |
| 199 | <dependency> |
| 200 | <groupId>org.springframework</groupId> |
| 201 | <artifactId>spring-webflux</artifactId> |
| 202 | <version>${spring.version}</version> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 203 | </dependency> |
| 204 | <dependency> |
| 205 | <groupId>org.apache.maven.plugins</groupId> |
| 206 | <artifactId>maven-resources-plugin</artifactId> |
| 207 | <version>${resource.maven.plugin.version}</version> |
| 208 | </dependency> |
| 209 | <dependency> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 210 | <groupId>org.codehaus.plexus</groupId> |
| 211 | <artifactId>plexus-utils</artifactId> |
| 212 | <version>3.1.0</version> |
| 213 | </dependency> |
| 214 | <dependency> |
| 215 | <groupId>org.apache.httpcomponents</groupId> |
| 216 | <artifactId>httpclient</artifactId> |
| 217 | <version>4.5.4</version> |
| 218 | </dependency> |
| 219 | <dependency> |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame] | 220 | <groupId>org.apache.httpcomponents</groupId> |
| 221 | <artifactId>httpmime</artifactId> |
| 222 | <version>4.3.1</version> |
| 223 | </dependency> |
| 224 | <dependency> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 225 | <groupId>org.apache.commons</groupId> |
| 226 | <artifactId>commons-lang3</artifactId> |
| 227 | <version>3.6</version> |
| 228 | </dependency> |
| 229 | <dependency> |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame] | 230 | <groupId>commons-io</groupId> |
| 231 | <artifactId>commons-io</artifactId> |
| 232 | <version>1.3.2</version> |
| 233 | </dependency> |
| 234 | <dependency> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 235 | <groupId>org.apache.tomcat.embed</groupId> |
| 236 | <artifactId>tomcat-embed-core</artifactId> |
| 237 | <version>${tomcat.version}</version> |
| 238 | </dependency> |
| 239 | <dependency> |
| 240 | <groupId>org.apache.tomcat.embed</groupId> |
| 241 | <artifactId>tomcat-embed-el</artifactId> |
| 242 | <version>${tomcat.version}</version> |
| 243 | </dependency> |
| 244 | <dependency> |
| 245 | <groupId>org.apache.tomcat.embed</groupId> |
| 246 | <artifactId>tomcat-embed-websocket</artifactId> |
| 247 | <version>${tomcat.version}</version> |
| 248 | </dependency> |
| 249 | |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 250 | <dependency> |
| 251 | <groupId>ch.qos.logback</groupId> |
| 252 | <artifactId>logback-classic</artifactId> |
| 253 | <version>${logback.version}</version> |
| 254 | <scope>provided</scope> |
| 255 | </dependency> |
| 256 | <dependency> |
| 257 | <groupId>org.slf4j</groupId> |
| 258 | <artifactId>jul-to-slf4j</artifactId> |
| 259 | <version>1.7.25</version> |
| 260 | </dependency> |
| 261 | <dependency> |
| 262 | <groupId>org.slf4j</groupId> |
| 263 | <artifactId>log4j-over-slf4j</artifactId> |
| 264 | <version>1.7.25</version> |
| 265 | </dependency> |
| 266 | |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 267 | <dependency> |
| 268 | <groupId>org.junit.jupiter</groupId> |
| 269 | <artifactId>junit-jupiter-api</artifactId> |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame] | 270 | <version>${junit-jupiter.version}</version> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 271 | <scope>test</scope> |
| 272 | </dependency> |
| 273 | <dependency> |
| 274 | <groupId>junit</groupId> |
| 275 | <artifactId>junit</artifactId> |
| 276 | <version>${junit.version}</version> |
| 277 | <scope>test</scope> |
| 278 | </dependency> |
| 279 | <dependency> |
| 280 | <groupId>org.junit.jupiter</groupId> |
| 281 | <artifactId>junit-jupiter-engine</artifactId> |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame] | 282 | <version>${junit-jupiter.version}</version> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 283 | <scope>test</scope> |
| 284 | </dependency> |
| 285 | <dependency> |
| 286 | <groupId>org.junit.vintage</groupId> |
| 287 | <artifactId>junit-vintage-engine</artifactId> |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame] | 288 | <version>${junit-vintage.version}</version> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 289 | <scope>test</scope> |
| 290 | </dependency> |
| 291 | <dependency> |
| 292 | <groupId>org.springframework</groupId> |
| 293 | <artifactId>spring-test</artifactId> |
wasala | 93adeb4 | 2018-09-18 14:17:19 +0200 | [diff] [blame] | 294 | <version>${spring.version}</version> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 295 | <scope>test</scope> |
| 296 | </dependency> |
| 297 | <dependency> |
| 298 | <groupId>org.mockito</groupId> |
| 299 | <artifactId>mockito-core</artifactId> |
Chengkai Yan | cf1221c | 2018-10-29 12:57:47 +0100 | [diff] [blame] | 300 | <version>2.23.0</version> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 301 | <scope>test</scope> |
| 302 | </dependency> |
| 303 | <dependency> |
| 304 | <groupId>org.testng</groupId> |
| 305 | <artifactId>testng</artifactId> |
| 306 | <version>6.14.2</version> |
| 307 | <scope>test</scope> |
| 308 | </dependency> |
| 309 | <dependency> |
| 310 | <groupId>org.glassfish.jersey.connectors</groupId> |
| 311 | <artifactId>jersey-apache-connector</artifactId> |
| 312 | <version>2.25.1</version> |
| 313 | <scope>test</scope> |
| 314 | </dependency> |
| 315 | <dependency> |
| 316 | <groupId>org.springframework.boot</groupId> |
| 317 | <artifactId>spring-boot-starter-test</artifactId> |
| 318 | <version>2.0.1.RELEASE</version> |
| 319 | <scope>test</scope> |
| 320 | </dependency> |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame] | 321 | <dependency> |
| 322 | <groupId>org.mockftpserver</groupId> |
| 323 | <artifactId>MockFtpServer</artifactId> |
| 324 | <version>2.0.2</version> |
| 325 | <scope>test</scope> |
| 326 | </dependency> |
| 327 | <dependency> |
| 328 | <groupId>com.github.stefanbirkner</groupId> |
| 329 | <artifactId>fake-sftp-server-rule</artifactId> |
| 330 | <version>2.0.1</version> |
| 331 | </dependency> |
Vijay Venkatesh Kumar | 0ae7a7f | 2018-10-05 14:14:00 +0200 | [diff] [blame] | 332 | <dependency> |
| 333 | <groupId>com.jcraft</groupId> |
| 334 | <artifactId>jsch</artifactId> |
elinuxhenrik | e92afe3 | 2019-02-13 09:47:44 +0000 | [diff] [blame] | 335 | <version>0.1.54</version> |
Vijay Venkatesh Kumar | 0ae7a7f | 2018-10-05 14:14:00 +0200 | [diff] [blame] | 336 | </dependency> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 337 | |
| 338 | <!--REQUIRED TO GENERATE DOCUMENTATION --> |
| 339 | <dependency> |
| 340 | <groupId>io.springfox</groupId> |
| 341 | <artifactId>springfox-swagger2</artifactId> |
| 342 | <version>2.8.0</version> |
| 343 | </dependency> |
| 344 | <dependency> |
| 345 | <groupId>io.springfox</groupId> |
| 346 | <artifactId>springfox-swagger-ui</artifactId> |
| 347 | <version>2.8.0</version> |
| 348 | </dependency> |
| 349 | |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame] | 350 | <!-- https://mvnrepository.com/artifact/commons-net/commons-net --> |
| 351 | <dependency> |
| 352 | <groupId>commons-net</groupId> |
| 353 | <artifactId>commons-net</artifactId> |
| 354 | <version>3.3</version> |
| 355 | </dependency> |
| 356 | |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 357 | <!-- ONLY REQUIRED TO RUN TESTS IN AN IDE THAT BUNDLES AN OLDER VERSION --> |
| 358 | <dependency> |
| 359 | <groupId>org.junit.platform</groupId> |
| 360 | <artifactId>junit-platform-launcher</artifactId> |
elinuxhenrik | f394594 | 2018-09-14 15:49:10 +0200 | [diff] [blame] | 361 | <version>${junit-platform.version}</version> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 362 | <scope>test</scope> |
| 363 | </dependency> |
| 364 | |
| 365 | </dependencies> |
| 366 | </dependencyManagement> |
elinuxhenrik | d661dbc | 2018-08-17 12:34:58 +0200 | [diff] [blame] | 367 | </project> |
elinuxhenrik | 5a61d0c | 2018-09-18 13:18:03 +0200 | [diff] [blame] | 368 | |