|
22 | 22 | <groupId>commons-io</groupId> |
23 | 23 | <artifactId>commons-io</artifactId> |
24 | 24 | </dependency> |
25 | | - <dependency> |
26 | | - <groupId>junit</groupId> |
27 | | - <artifactId>junit</artifactId> |
28 | | - </dependency> |
29 | 25 | <dependency> |
30 | 26 | <groupId>org.junit.jupiter</groupId> |
31 | 27 | <artifactId>junit-jupiter</artifactId> |
|
54 | 50 | </dependency> |
55 | 51 | <dependency> |
56 | 52 | <groupId>com.icegreen</groupId> |
57 | | - <artifactId>greenmail</artifactId> |
| 53 | + <artifactId>greenmail-junit4</artifactId> |
58 | 54 | </dependency> |
59 | 55 | <dependency> |
60 | 56 | <groupId>com.icegreen</groupId> |
61 | | - <artifactId>greenmail-junit4</artifactId> |
| 57 | + <artifactId>greenmail</artifactId> |
62 | 58 | </dependency> |
63 | 59 | <dependency> |
64 | 60 | <groupId>com.icegreen</groupId> |
|
80 | 76 | <groupId>com.fizzed</groupId> |
81 | 77 | <artifactId>ch-smpp</artifactId> |
82 | 78 | </dependency> |
| 79 | + <dependency> |
| 80 | + <groupId>com.github.tomakehurst</groupId> |
| 81 | + <artifactId>wiremock-jre8</artifactId> |
| 82 | + </dependency> |
83 | 83 | <dependency> |
84 | 84 | <groupId>org.xmlunit</groupId> |
85 | 85 | <artifactId>xmlunit-core</artifactId> |
|
88 | 88 | <groupId>uk.com.robust-it</groupId> |
89 | 89 | <artifactId>cloning</artifactId> |
90 | 90 | </dependency> |
91 | | - <dependency> |
92 | | - <groupId>com.github.tomakehurst</groupId> |
93 | | - <artifactId>wiremock-jre8</artifactId> |
94 | | - </dependency> |
95 | 91 | <dependency> |
96 | 92 | <groupId>org.spockframework</groupId> |
97 | 93 | <artifactId>spock-core</artifactId> |
|
101 | 97 | <artifactId>spring-boot-starter-test</artifactId> |
102 | 98 | <scope>provided</scope> |
103 | 99 | </dependency> |
104 | | - <!-- This is needed to force guava version in projects that uses ogham-test-utils --> |
105 | | - <dependency> |
106 | | - <groupId>com.google.guava</groupId> |
107 | | - <artifactId>guava</artifactId> |
108 | | - </dependency> |
109 | 100 | <dependency> |
110 | 101 | <groupId>org.awaitility</groupId> |
111 | 102 | <artifactId>awaitility</artifactId> |
112 | 103 | </dependency> |
113 | | - <!-- This is needed to force Jackson version in projects that uses ogham-test-utils --> |
| 104 | + |
| 105 | + <!-- Dependency convergence --> |
| 106 | + <!-- This is needed to enforce right versions in projects that use ogham --> |
| 107 | + <dependency> |
| 108 | + <groupId>org.hamcrest</groupId> |
| 109 | + <artifactId>hamcrest-core</artifactId> |
| 110 | + </dependency> |
| 111 | + <dependency> |
| 112 | + <groupId>junit</groupId> |
| 113 | + <artifactId>junit</artifactId> |
| 114 | + </dependency> |
| 115 | + <dependency> |
| 116 | + <groupId>com.google.guava</groupId> |
| 117 | + <artifactId>guava</artifactId> |
| 118 | + </dependency> |
114 | 119 | <dependency> |
115 | 120 | <groupId>com.fasterxml.jackson.core</groupId> |
116 | 121 | <artifactId>jackson-core</artifactId> |
|
123 | 128 | <groupId>com.fasterxml.jackson.core</groupId> |
124 | 129 | <artifactId>jackson-databind</artifactId> |
125 | 130 | </dependency> |
| 131 | + <dependency> |
| 132 | + <groupId>org.slf4j</groupId> |
| 133 | + <artifactId>slf4j-api</artifactId> |
| 134 | + </dependency> |
| 135 | + <dependency> |
| 136 | + <groupId>org.objenesis</groupId> |
| 137 | + <artifactId>objenesis</artifactId> |
| 138 | + </dependency> |
| 139 | + <dependency> |
| 140 | + <groupId>org.conscrypt</groupId> |
| 141 | + <artifactId>conscrypt-openjdk-uber</artifactId> |
| 142 | + </dependency> |
| 143 | + <dependency> |
| 144 | + <groupId>org.apache.commons</groupId> |
| 145 | + <artifactId>commons-lang3</artifactId> |
| 146 | + </dependency> |
| 147 | + <dependency> |
| 148 | + <groupId>org.opentest4j</groupId> |
| 149 | + <artifactId>opentest4j</artifactId> |
| 150 | + </dependency> |
| 151 | + <dependency> |
| 152 | + <groupId>org.apache.httpcomponents</groupId> |
| 153 | + <artifactId>httpclient</artifactId> |
| 154 | + </dependency> |
| 155 | + <dependency> |
| 156 | + <groupId>com.sun.activation</groupId> |
| 157 | + <artifactId>jakarta.activation</artifactId> |
| 158 | + </dependency> |
126 | 159 |
|
127 | 160 | <!-- dependencies for testing --> |
128 | 161 | <dependency> |
129 | 162 | <groupId>org.junit.platform</groupId> |
130 | 163 | <artifactId>junit-platform-testkit</artifactId> |
131 | 164 | <scope>test</scope> |
132 | 165 | </dependency> |
133 | | - <dependency> |
134 | | - <groupId>ch.qos.logback</groupId> |
135 | | - <artifactId>logback-classic</artifactId> |
136 | | - <scope>test</scope> |
137 | | - </dependency> |
138 | 166 | </dependencies> |
139 | 167 | </project> |
0 commit comments