|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 |
|
3 | | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | +<project xmlns="http://maven.apache.org/POM/4.0.0" |
| 4 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
4 | 5 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
5 | 6 | <modelVersion>4.0.0</modelVersion> |
6 | | - |
| 7 | + |
7 | 8 |
|
8 | 9 | <groupId>city.makeour</groupId> |
9 | 10 | <artifactId>moc</artifactId> |
|
34 | 35 | <scope>test</scope> |
35 | 36 | </dependency> |
36 | 37 | <dependency> |
37 | | - <groupId>org.junit.jupiter</groupId> |
38 | | - <artifactId>junit-jupiter-api</artifactId> |
39 | | - <version>5.10.1</version> |
40 | | - <scope>test</scope> |
| 38 | + <groupId>org.junit.jupiter</groupId> |
| 39 | + <artifactId>junit-jupiter-api</artifactId> |
| 40 | + <version>5.10.1</version> |
| 41 | + <scope>test</scope> |
41 | 42 | </dependency> |
42 | 43 | <dependency> |
43 | | - <groupId>org.junit.jupiter</groupId> |
44 | | - <artifactId>junit-jupiter-engine</artifactId> |
45 | | - <version>5.10.1</version> |
46 | | - <scope>test</scope> |
| 44 | + <groupId>org.junit.jupiter</groupId> |
| 45 | + <artifactId>junit-jupiter-engine</artifactId> |
| 46 | + <version>5.10.1</version> |
| 47 | + <scope>test</scope> |
47 | 48 | </dependency> |
48 | 49 | <dependency> |
49 | | - <groupId>org.mockito</groupId> |
50 | | - <artifactId>mockito-junit-jupiter</artifactId> |
51 | | - <version>5.3.1</version> |
52 | | - <scope>test</scope> |
| 50 | + <groupId>org.mockito</groupId> |
| 51 | + <artifactId>mockito-junit-jupiter</artifactId> |
| 52 | + <version>5.3.1</version> |
| 53 | + <scope>test</scope> |
53 | 54 | </dependency> |
54 | 55 | <dependency> |
55 | 56 | <groupId>software.amazon.awssdk</groupId> |
|
64 | 65 | <dependency> |
65 | 66 | <groupId>org.bouncycastle</groupId> |
66 | 67 | <artifactId>bcprov-jdk15on</artifactId> |
67 | | - <version>1.70</version> |
| 68 | + <version>1.70</version> |
68 | 69 | </dependency> |
69 | 70 | <dependency> |
70 | 71 | <groupId>org.springframework</groupId> |
|
74 | 75 | </dependencies> |
75 | 76 |
|
76 | 77 | <build> |
77 | | - <pluginManagement><!-- lock down plugins versions to avoid using Maven defaults (may be moved to parent pom) --> |
| 78 | + <pluginManagement><!-- lock down plugins versions to avoid using Maven defaults (may be moved to |
| 79 | + parent pom) --> |
78 | 80 | <plugins> |
79 | | - <!-- clean lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle --> |
| 81 | + <!-- clean lifecycle, see |
| 82 | + https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle --> |
80 | 83 | <plugin> |
81 | 84 | <artifactId>maven-clean-plugin</artifactId> |
82 | 85 | <version>3.1.0</version> |
83 | 86 | </plugin> |
84 | | - <!-- default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging --> |
| 87 | + <!-- default lifecycle, jar packaging: see |
| 88 | + https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging --> |
85 | 89 | <plugin> |
86 | 90 | <artifactId>maven-resources-plugin</artifactId> |
87 | 91 | <version>3.0.2</version> |
|
111 | 115 | <artifactId>maven-deploy-plugin</artifactId> |
112 | 116 | <version>2.8.2</version> |
113 | 117 | </plugin> |
114 | | - <!-- site lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle --> |
| 118 | + <!-- site lifecycle, see |
| 119 | + https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle --> |
115 | 120 | <plugin> |
116 | 121 | <artifactId>maven-site-plugin</artifactId> |
117 | 122 | <version>3.7.1</version> |
|
0 commit comments