File tree 20 files changed +0
-369
lines changed
core-java-concurrency-collections
java-spi/exchange-rate-impl
persistence-modules/spring-data-dynamodb
spring-swagger-codegen/spring-swagger-codegen-api-client
20 files changed +0
-369
lines changed Original file line number Diff line number Diff line change 95
95
<gson .version>2.8.2</gson .version>
96
96
<aws-java-sdk .version>1.11.241</aws-java-sdk .version>
97
97
<maven-shade-plugin .version>3.0.0</maven-shade-plugin .version>
98
- <maven-dependency-plugin .version>2.10</maven-dependency-plugin .version>
99
98
</properties >
100
99
101
100
</project >
Original file line number Diff line number Diff line change 100
100
</execution >
101
101
</executions >
102
102
</plugin >
103
-
104
- <plugin >
105
- <groupId >org.apache.maven.plugins</groupId >
106
- <artifactId >maven-dependency-plugin</artifactId >
107
- <version >${maven-dependency-plugin.version} </version >
108
- <executions >
109
- <execution >
110
- <id >copy-dependencies</id >
111
- <phase >test-compile</phase >
112
- <goals >
113
- <goal >copy-dependencies</goal >
114
- </goals >
115
- <configuration >
116
- <includeScope >test</includeScope >
117
- <includeTypes >so,dll,dylib</includeTypes >
118
- <outputDirectory >${project.basedir} /native-libs</outputDirectory >
119
- </configuration >
120
- </execution >
121
- </executions >
122
- </plugin >
123
103
</plugins >
124
104
</build >
125
105
144
124
<commons-codec-version >1.10.L001</commons-codec-version >
145
125
<jets3t-version >0.9.4.0006L</jets3t-version >
146
126
<maven-shade-plugin .version>3.0.0</maven-shade-plugin .version>
147
- <maven-dependency-plugin .version>2.10</maven-dependency-plugin .version>
148
127
</properties >
149
128
150
129
</project >
Original file line number Diff line number Diff line change 41
41
42
42
<build >
43
43
<plugins >
44
- <plugin >
45
- <!-- This plugin will set properties values using dependency information -->
46
- <groupId >org.apache.maven.plugins</groupId >
47
- <artifactId >maven-dependency-plugin</artifactId >
48
- <executions >
49
- <execution >
50
- <goals >
51
- <!--
52
- Goal that sets a property pointing to the artifact file for each project dependency.
53
- For each dependency (direct and transitive) a project property will be set which
54
- follows the:
55
-
56
- groupId:artifactId:type:[classifier]
57
-
58
- form and contains the path to the resolved artifact. -->
59
- <goal >properties</goal >
60
- </goals >
61
- </execution >
62
- </executions >
63
- </plugin >
64
-
65
44
<plugin >
66
45
<artifactId >maven-compiler-plugin</artifactId >
67
46
<version >${maven-compiler-plugin.version} </version >
Original file line number Diff line number Diff line change 116
116
</resources >
117
117
118
118
<plugins >
119
- <plugin >
120
- <groupId >org.apache.maven.plugins</groupId >
121
- <artifactId >maven-dependency-plugin</artifactId >
122
- <executions >
123
- <execution >
124
- <id >copy-dependencies</id >
125
- <phase >prepare-package</phase >
126
- <goals >
127
- <goal >copy-dependencies</goal >
128
- </goals >
129
- <configuration >
130
- <outputDirectory >${project.build.directory} /libs</outputDirectory >
131
- </configuration >
132
- </execution >
133
- </executions >
134
- </plugin >
135
-
136
119
<plugin >
137
120
<groupId >org.apache.maven.plugins</groupId >
138
121
<artifactId >maven-compiler-plugin</artifactId >
Original file line number Diff line number Diff line change 57
57
<filtering >true</filtering >
58
58
</resource >
59
59
</resources >
60
-
61
- <plugins >
62
- <plugin >
63
- <groupId >org.apache.maven.plugins</groupId >
64
- <artifactId >maven-dependency-plugin</artifactId >
65
- <executions >
66
- <execution >
67
- <id >copy-dependencies</id >
68
- <phase >prepare-package</phase >
69
- <goals >
70
- <goal >copy-dependencies</goal >
71
- </goals >
72
- <configuration >
73
- <outputDirectory >${project.build.directory} /libs</outputDirectory >
74
- </configuration >
75
- </execution >
76
- </executions >
77
- </plugin >
78
-
79
- </plugins >
80
60
</build >
81
61
82
62
<properties >
Original file line number Diff line number Diff line change 57
57
<filtering >true</filtering >
58
58
</resource >
59
59
</resources >
60
-
61
- <plugins >
62
- <plugin >
63
- <groupId >org.apache.maven.plugins</groupId >
64
- <artifactId >maven-dependency-plugin</artifactId >
65
- <executions >
66
- <execution >
67
- <id >copy-dependencies</id >
68
- <phase >prepare-package</phase >
69
- <goals >
70
- <goal >copy-dependencies</goal >
71
- </goals >
72
- <configuration >
73
- <outputDirectory >${project.build.directory} /libs</outputDirectory >
74
- </configuration >
75
- </execution >
76
- </executions >
77
- </plugin >
78
-
79
- </plugins >
80
60
</build >
81
61
82
62
<properties >
Original file line number Diff line number Diff line change 166
166
</resource >
167
167
</resources >
168
168
<plugins >
169
- <plugin >
170
- <groupId >org.apache.maven.plugins</groupId >
171
- <artifactId >maven-dependency-plugin</artifactId >
172
- <executions >
173
- <execution >
174
- <id >copy-dependencies</id >
175
- <phase >prepare-package</phase >
176
- <goals >
177
- <goal >copy-dependencies</goal >
178
- </goals >
179
- <configuration >
180
- <outputDirectory >${project.build.directory} /libs</outputDirectory >
181
- </configuration >
182
- </execution >
183
- </executions >
184
- </plugin >
185
169
<plugin >
186
170
<groupId >org.apache.maven.plugins</groupId >
187
171
<artifactId >maven-jar-plugin</artifactId >
Original file line number Diff line number Diff line change 188
188
</configuration >
189
189
</plugin >
190
190
191
- <plugin >
192
- <groupId >org.apache.maven.plugins</groupId >
193
- <artifactId >maven-dependency-plugin</artifactId >
194
- <executions >
195
- <execution >
196
- <id >copy-dependencies</id >
197
- <phase >prepare-package</phase >
198
- <goals >
199
- <goal >copy-dependencies</goal >
200
- </goals >
201
- <configuration >
202
- <outputDirectory >${project.build.directory} /libs</outputDirectory >
203
- </configuration >
204
- </execution >
205
- </executions >
206
- </plugin >
207
-
208
191
<plugin >
209
192
<groupId >org.apache.maven.plugins</groupId >
210
193
<artifactId >maven-jar-plugin</artifactId >
Original file line number Diff line number Diff line change 36
36
</resource >
37
37
</resources >
38
38
<plugins >
39
- <plugin >
40
- <groupId >org.apache.maven.plugins</groupId >
41
- <artifactId >maven-dependency-plugin</artifactId >
42
- <executions >
43
- <execution >
44
- <id >copy-dependencies</id >
45
- <phase >prepare-package</phase >
46
- <goals >
47
- <goal >copy-dependencies</goal >
48
- </goals >
49
- <configuration >
50
- <outputDirectory >${project.build.directory} /libs</outputDirectory >
51
- </configuration >
52
- </execution >
53
- </executions >
54
- </plugin >
55
39
<plugin >
56
40
<groupId >org.apache.maven.plugins</groupId >
57
41
<artifactId >maven-jar-plugin</artifactId >
Original file line number Diff line number Diff line change 36
36
</execution >
37
37
</executions >
38
38
</plugin >
39
- <plugin >
40
- <groupId >org.apache.maven.plugins</groupId >
41
- <artifactId >maven-dependency-plugin</artifactId >
42
- <executions >
43
- <execution >
44
- <id >copy</id >
45
- <phase >package</phase >
46
- <goals >
47
- <goal >copy</goal >
48
- </goals >
49
- </execution >
50
- </executions >
51
- <configuration >
52
- <artifactItems >
53
- <artifactItem >
54
- <groupId >com.h2database</groupId >
55
- <artifactId >h2</artifactId >
56
- <version >${h2-version} </version >
57
- <type >jar</type >
58
- <outputDirectory >
59
- ${project.build.directory} /liberty/wlp/usr/servers/defaultServer/lib/global
60
- </outputDirectory >
61
- </artifactItem >
62
- </artifactItems >
63
- </configuration >
64
- </plugin >
65
39
</plugins >
66
40
</build >
67
41
Original file line number Diff line number Diff line change 36
36
</execution >
37
37
</executions >
38
38
</plugin >
39
- <plugin >
40
- <groupId >org.apache.maven.plugins</groupId >
41
- <artifactId >maven-dependency-plugin</artifactId >
42
- <executions >
43
- <execution >
44
- <id >copy</id >
45
- <phase >package</phase >
46
- <goals >
47
- <goal >copy</goal >
48
- </goals >
49
- </execution >
50
- </executions >
51
- <configuration >
52
- <artifactItems >
53
- <artifactItem >
54
- <groupId >com.h2database</groupId >
55
- <artifactId >h2</artifactId >
56
- <version >${h2-version} </version >
57
- <type >jar</type >
58
- <outputDirectory >
59
- ${project.build.directory} /liberty/wlp/usr/servers/defaultServer/lib/global
60
- </outputDirectory >
61
- </artifactItem >
62
- </artifactItems >
63
- </configuration >
64
- </plugin >
65
39
</plugins >
66
40
</build >
67
41
Original file line number Diff line number Diff line change 83
83
</configuration >
84
84
</plugin >
85
85
86
- <plugin >
87
- <groupId >org.apache.maven.plugins</groupId >
88
- <artifactId >maven-dependency-plugin</artifactId >
89
- <executions >
90
- <execution >
91
- <id >copy-dependencies</id >
92
- <phase >prepare-package</phase >
93
- <goals >
94
- <goal >copy-dependencies</goal >
95
- </goals >
96
- <configuration >
97
- <outputDirectory >${project.build.directory} /libs</outputDirectory >
98
- </configuration >
99
- </execution >
100
- </executions >
101
- </plugin >
102
-
103
86
<plugin >
104
87
<groupId >org.apache.maven.plugins</groupId >
105
88
<artifactId >maven-javadoc-plugin</artifactId >
Original file line number Diff line number Diff line change 38
38
</dependency >
39
39
</dependencies >
40
40
41
- <build >
42
- <plugins >
43
- <plugin >
44
- <groupId >org.apache.maven.plugins</groupId >
45
- <artifactId >maven-dependency-plugin</artifactId >
46
- <version >${maven-dependency-plugin.version} </version >
47
- <executions >
48
- <execution >
49
- <id >copy-dependencies</id >
50
- <phase >package</phase >
51
- <goals >
52
- <goal >copy-dependencies</goal >
53
- </goals >
54
- <configuration >
55
- <outputDirectory >${project.build.directory} /depends</outputDirectory >
56
- </configuration >
57
- </execution >
58
- </executions >
59
- </plugin >
60
- </plugins >
61
- </build >
62
-
63
41
<properties >
64
42
<exchange-rate-api .version>1.0.0-SNAPSHOT</exchange-rate-api .version>
65
43
<okhttp .version>3.10.0</okhttp .version>
66
44
<javax .json.bind-api.version>1.0</javax .json.bind-api.version>
67
45
<yasson .version>1.0.1</yasson .version>
68
46
<javax .json.version>1.1.2</javax .json.version>
69
- <maven-dependency-plugin .version>3.1.0</maven-dependency-plugin .version>
70
47
</properties >
71
48
72
49
</project >
Original file line number Diff line number Diff line change 86
86
</resources >
87
87
88
88
<plugins >
89
- <plugin >
90
- <groupId >org.apache.maven.plugins</groupId >
91
- <artifactId >maven-dependency-plugin</artifactId >
92
- <executions >
93
- <execution >
94
- <id >copy-dependencies</id >
95
- <phase >prepare-package</phase >
96
- <goals >
97
- <goal >copy-dependencies</goal >
98
- </goals >
99
- <configuration >
100
- <outputDirectory >${project.build.directory} /libs</outputDirectory >
101
- </configuration >
102
- </execution >
103
- </executions >
104
- </plugin >
105
-
106
89
<plugin >
107
90
<groupId >org.apache.maven.plugins</groupId >
108
91
<artifactId >maven-compiler-plugin</artifactId >
Original file line number Diff line number Diff line change 71
71
</resources >
72
72
73
73
<plugins >
74
- <plugin >
75
- <groupId >org.apache.maven.plugins</groupId >
76
- <artifactId >maven-dependency-plugin</artifactId >
77
- <executions >
78
- <execution >
79
- <id >copy-dependencies</id >
80
- <phase >prepare-package</phase >
81
- <goals >
82
- <goal >copy-dependencies</goal >
83
- </goals >
84
- <configuration >
85
- <outputDirectory >${project.build.directory} /libs</outputDirectory >
86
- </configuration >
87
- </execution >
88
- </executions >
89
- </plugin >
90
-
91
74
<plugin >
92
75
<groupId >org.apache.maven.plugins</groupId >
93
76
<artifactId >maven-compiler-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments