|
1 | | -<?xml version="1.0"?> |
2 | | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 | | - <modelVersion>4.0.0</modelVersion> |
4 | | - |
5 | | - <parent> |
6 | | - <groupId>com.github.stefanbirkner</groupId> |
7 | | - <artifactId>lib-parent</artifactId> |
8 | | - <version>12</version> |
9 | | - </parent> |
10 | | - |
11 | | - <artifactId>fake-sftp-server-rule</artifactId> |
12 | | - <version>2.0.1</version> |
13 | | - <packaging>jar</packaging> |
14 | | - |
15 | | - <name>Fake SFTP Server Rule</name> |
16 | | - <description>Fake SFTP Server Rule is a JUnit rule that runs an in-memory SFTP server.</description> |
17 | | - <url>https://github.com/stefanbirkner/fake-sftp-server-rule/</url> |
18 | | - <inceptionYear>2016</inceptionYear> |
19 | | - <licenses> |
20 | | - <license> |
21 | | - <name>MIT License</name> |
22 | | - <url>http://opensource.org/licenses/MIT</url> |
23 | | - <distribution>repo</distribution> |
24 | | - </license> |
25 | | - </licenses> |
26 | | - |
27 | | - <scm> |
28 | | - <connection>scm:git:git://github.com/stefanbirkner/fake-sftp-server-rule.git</connection> |
29 | | - < developerConnection>scm:git: [email protected]:stefanbirkner/fake-sftp-server-rule.git</ developerConnection> |
30 | | - <url>https://github.com/stefanbirkner/fake-sftp-server-rule/</url> |
31 | | - </scm> |
32 | | - |
33 | | - <properties> |
34 | | - <maven.compiler.source>1.8</maven.compiler.source> |
35 | | - <maven.compiler.target>1.8</maven.compiler.target> |
36 | | - </properties> |
37 | | - |
38 | | - <dependencies> |
39 | | - <dependency> |
40 | | - <groupId>com.github.marschall</groupId> |
41 | | - <artifactId>memoryfilesystem</artifactId> |
42 | | - <version>[0.8.0,)</version> |
43 | | - </dependency> |
44 | | - <dependency> |
45 | | - <groupId>org.apache.sshd</groupId> |
46 | | - <artifactId>sshd-core</artifactId> |
47 | | - <version>[1,2)</version> |
48 | | - </dependency> |
49 | | - <dependency> |
50 | | - <groupId>junit</groupId> |
51 | | - <artifactId>junit-dep</artifactId> |
52 | | - <version>[4.9,)</version> |
53 | | - </dependency> |
54 | | - <dependency> |
55 | | - <groupId>com.github.stefanbirkner</groupId> |
56 | | - <artifactId>fishbowl</artifactId> |
57 | | - <version>[1.4.1]</version> |
58 | | - <scope>test</scope> |
59 | | - </dependency> |
60 | | - <dependency> |
61 | | - <groupId>com.jcraft</groupId> |
62 | | - <artifactId>jsch</artifactId> |
63 | | - <version>[0.1.54]</version> |
64 | | - <scope>test</scope> |
65 | | - </dependency> |
66 | | - <dependency> |
67 | | - <groupId>commons-io</groupId> |
68 | | - <artifactId>commons-io</artifactId> |
69 | | - <version>[2.6]</version> |
70 | | - <scope>test</scope> |
71 | | - </dependency> |
72 | | - <dependency> |
73 | | - <groupId>org.assertj</groupId> |
74 | | - <artifactId>assertj-core</artifactId> |
75 | | - <version>[3.9.1]</version> |
76 | | - <scope>test</scope> |
77 | | - </dependency> |
78 | | - <dependency> |
79 | | - <groupId>org.slf4j</groupId> |
80 | | - <artifactId>slf4j-nop</artifactId> |
81 | | - <version>[1.7.25]</version> |
82 | | - <scope>test</scope> |
83 | | - </dependency> |
84 | | - </dependencies> |
85 | | -</project> |
| 1 | +<?xml version="1.0"?> |
| 2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 3 | + <modelVersion>4.0.0</modelVersion> |
| 4 | + |
| 5 | + <parent> |
| 6 | + <groupId>com.github.stefanbirkner</groupId> |
| 7 | + <artifactId>lib-parent</artifactId> |
| 8 | + <version>12</version> |
| 9 | + </parent> |
| 10 | + |
| 11 | + <artifactId>fake-sftp-server-rule</artifactId> |
| 12 | + <version>2.0.1-KEYS</version> |
| 13 | + <packaging>jar</packaging> |
| 14 | + |
| 15 | + <name>Fake SFTP Server Rule</name> |
| 16 | + <description>Fake SFTP Server Rule is a JUnit rule that runs an in-memory SFTP server.</description> |
| 17 | + <url>https://github.com/stefanbirkner/fake-sftp-server-rule/</url> |
| 18 | + <inceptionYear>2016</inceptionYear> |
| 19 | + <licenses> |
| 20 | + <license> |
| 21 | + <name>MIT License</name> |
| 22 | + <url>http://opensource.org/licenses/MIT</url> |
| 23 | + <distribution>repo</distribution> |
| 24 | + </license> |
| 25 | + </licenses> |
| 26 | + |
| 27 | + <scm> |
| 28 | + <connection>scm:git:git://github.com/stefanbirkner/fake-sftp-server-rule.git</connection> |
| 29 | + < developerConnection>scm:git: [email protected]:stefanbirkner/fake-sftp-server-rule.git</ developerConnection> |
| 30 | + <url>https://github.com/stefanbirkner/fake-sftp-server-rule/</url> |
| 31 | + </scm> |
| 32 | + |
| 33 | + <properties> |
| 34 | + <maven.compiler.source>1.8</maven.compiler.source> |
| 35 | + <maven.compiler.target>1.8</maven.compiler.target> |
| 36 | + </properties> |
| 37 | + |
| 38 | + <dependencies> |
| 39 | + <dependency> |
| 40 | + <groupId>com.github.marschall</groupId> |
| 41 | + <artifactId>memoryfilesystem</artifactId> |
| 42 | + <version>[0.8.0,)</version> |
| 43 | + </dependency> |
| 44 | + <dependency> |
| 45 | + <groupId>org.apache.sshd</groupId> |
| 46 | + <artifactId>sshd-core</artifactId> |
| 47 | + <version>[1,2)</version> |
| 48 | + </dependency> |
| 49 | + <dependency> |
| 50 | + <groupId>junit</groupId> |
| 51 | + <artifactId>junit-dep</artifactId> |
| 52 | + <version>[4.9,)</version> |
| 53 | + </dependency> |
| 54 | + <dependency> |
| 55 | + <groupId>com.github.stefanbirkner</groupId> |
| 56 | + <artifactId>fishbowl</artifactId> |
| 57 | + <version>[1.4.1]</version> |
| 58 | + <scope>test</scope> |
| 59 | + </dependency> |
| 60 | + <dependency> |
| 61 | + <groupId>com.jcraft</groupId> |
| 62 | + <artifactId>jsch</artifactId> |
| 63 | + <version>[0.1.54]</version> |
| 64 | + <scope>test</scope> |
| 65 | + </dependency> |
| 66 | + <dependency> |
| 67 | + <groupId>commons-io</groupId> |
| 68 | + <artifactId>commons-io</artifactId> |
| 69 | + <version>[2.6]</version> |
| 70 | + <scope>test</scope> |
| 71 | + </dependency> |
| 72 | + <dependency> |
| 73 | + <groupId>org.assertj</groupId> |
| 74 | + <artifactId>assertj-core</artifactId> |
| 75 | + <version>[3.9.1]</version> |
| 76 | + <scope>test</scope> |
| 77 | + </dependency> |
| 78 | + <dependency> |
| 79 | + <groupId>org.slf4j</groupId> |
| 80 | + <artifactId>slf4j-nop</artifactId> |
| 81 | + <version>[1.7.25]</version> |
| 82 | + <scope>test</scope> |
| 83 | + </dependency> |
| 84 | + </dependencies> |
| 85 | +</project> |
0 commit comments