Skip to content

Commit 1f736e5

Browse files
committed
Updated Apache Parent POM version. Updated SLF4J version and use repository layout when copying dependencies. Class-Path has repository paths
1 parent c16a7ce commit 1f736e5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.apache</groupId>
2121
<artifactId>apache</artifactId>
22-
<version>17</version>
22+
<version>18</version>
2323
</parent>
2424

2525
<groupId>com.github.chrishantha.sample</groupId>
@@ -137,6 +137,7 @@
137137
</goals>
138138
<configuration>
139139
<outputDirectory>${project.build.directory}/lib</outputDirectory>
140+
<useRepositoryLayout>true</useRepositoryLayout>
140141
</configuration>
141142
</execution>
142143
</executions>
@@ -191,7 +192,7 @@
191192
<junit.version>4.12</junit.version>
192193
<jcommander.version>1.48</jcommander.version>
193194
<metrics.version>3.1.2</metrics.version>
194-
<slf4j.version>1.7.12</slf4j.version>
195+
<slf4j.version>1.7.21</slf4j.version>
195196
<log4j.version>1.2.17</log4j.version>
196197
</properties>
197198
</project>

0 commit comments

Comments
 (0)