Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Eladmin
Commits
3ea559ae
Commit
3ea559ae
authored
May 23, 2020
by
ZhengJie
Browse files
[代码完善](v2.5): v2.5 beta update pom.xml
parent
4a07b410
Changes
2
Hide whitespace changes
Inline
Side-by-side
eladmin-system/pom.xml
View file @
3ea559ae
...
@@ -86,23 +86,5 @@
...
@@ -86,23 +86,5 @@
<artifactId>
oshi-core
</artifactId>
<artifactId>
oshi-core
</artifactId>
<version>
5.0.1
</version>
<version>
5.0.1
</version>
</dependency>
</dependency>
</dependencies>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
</plugin>
<!-- 跳过单元测试 -->
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-surefire-plugin
</artifactId>
<configuration>
<skipTests>
true
</skipTests>
</configuration>
</plugin>
</plugins>
</build>
</project>
</project>
pom.xml
View file @
3ea559ae
...
@@ -174,7 +174,7 @@
...
@@ -174,7 +174,7 @@
<!--mapStruct依赖-->
<!--mapStruct依赖-->
<dependency>
<dependency>
<groupId>
org.mapstruct
</groupId>
<groupId>
org.mapstruct
</groupId>
<artifactId>
mapstruct
-jdk8
</artifactId>
<artifactId>
mapstruct
</artifactId>
<version>
${mapstruct.version}
</version>
<version>
${mapstruct.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment