|
19 | 19 | https://github.com/oshi/oshi/graphs/contributors
|
20 | 20 |
|
21 | 21 | -->
|
22 |
| -<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"> |
| 22 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 23 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
23 | 24 | <modelVersion>4.0.0</modelVersion>
|
24 | 25 |
|
25 | 26 | <parent>
|
|
40 | 41 | <tag>HEAD</tag>
|
41 | 42 | </scm>
|
42 | 43 |
|
43 |
| - <dependencies> |
44 |
| - <dependency> |
45 |
| - <groupId>org.slf4j</groupId> |
46 |
| - <artifactId>slf4j-jdk14</artifactId> |
47 |
| - <version>1.7.25</version> |
48 |
| - <scope>runtime</scope> |
49 |
| - <optional>true</optional> |
50 |
| - </dependency> |
51 |
| - <dependency> |
52 |
| - <groupId>${project.groupId}</groupId> |
53 |
| - <artifactId>oshi-core</artifactId> |
54 |
| - <version>${project.version}</version> |
55 |
| - </dependency> |
56 |
| - </dependencies> |
| 44 | + <dependencies> |
| 45 | + <dependency> |
| 46 | + <groupId>org.slf4j</groupId> |
| 47 | + <artifactId>slf4j-jdk14</artifactId> |
| 48 | + <version>1.7.25</version> |
| 49 | + <scope>runtime</scope> |
| 50 | + <optional>true</optional> |
| 51 | + </dependency> |
| 52 | + <dependency> |
| 53 | + <groupId>${project.groupId}</groupId> |
| 54 | + <artifactId>oshi-core</artifactId> |
| 55 | + <version>${project.version}</version> |
| 56 | + </dependency> |
| 57 | + </dependencies> |
57 | 58 |
|
58 |
| - <build> |
59 |
| - <plugins> |
60 |
| - <plugin> |
61 |
| - <groupId>org.apache.maven.plugins</groupId> |
62 |
| - <artifactId>maven-shade-plugin</artifactId> |
63 |
| - <version>3.1.0</version> |
64 |
| - <executions> |
65 |
| - <execution> |
66 |
| - <phase>package</phase> |
67 |
| - <goals> |
68 |
| - <goal>shade</goal> |
69 |
| - </goals> |
70 |
| - <configuration> |
71 |
| - <artifactSet> |
72 |
| - <includes> |
73 |
| - <include>org.slf4j:slf4j-api:</include> |
74 |
| - <include>org.slf4j:slf4j-jdk14:</include> |
75 |
| - <include>org.threeten:threetenbp:</include> |
76 |
| - </includes> |
77 |
| - </artifactSet> |
78 |
| - </configuration> |
79 |
| - </execution> |
80 |
| - </executions> |
81 |
| - </plugin> |
82 |
| - </plugins> |
83 |
| - </build> |
| 59 | + <build> |
| 60 | + <plugins> |
| 61 | + <plugin> |
| 62 | + <groupId>org.apache.maven.plugins</groupId> |
| 63 | + <artifactId>maven-shade-plugin</artifactId> |
| 64 | + <version>3.1.0</version> |
| 65 | + <executions> |
| 66 | + <execution> |
| 67 | + <phase>package</phase> |
| 68 | + <goals> |
| 69 | + <goal>shade</goal> |
| 70 | + </goals> |
| 71 | + <configuration> |
| 72 | + <artifactSet> |
| 73 | + <includes> |
| 74 | + <include>org.slf4j:slf4j-api:</include> |
| 75 | + <include>org.slf4j:slf4j-jdk14:</include> |
| 76 | + <include>org.threeten:threetenbp:</include> |
| 77 | + </includes> |
| 78 | + </artifactSet> |
| 79 | + <createDependencyReducedPom>true</createDependencyReducedPom> |
| 80 | + <createSourcesJar>true</createSourcesJar> |
| 81 | + </configuration> |
| 82 | + </execution> |
| 83 | + </executions> |
| 84 | + </plugin> |
| 85 | + </plugins> |
| 86 | + </build> |
84 | 87 | </project>
|
0 commit comments