Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
L
loit-build-common
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
loit-Infrastructure
loit-build-common
Commits
36278fa0
提交
36278fa0
authored
3月 04, 2020
作者:
陈世营
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update
上级
2493526c
显示空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
0 行增加
和
85 行删除
+0
-85
pom.xml
loit-build-spi-common/pom.xml
+0
-47
pom.xml
loit-build-web-common/pom.xml
+0
-36
pom.xml
pom.xml
+0
-2
没有找到文件。
loit-build-spi-common/pom.xml
deleted
100644 → 0
浏览文件 @
2493526c
<?xml version="1.0" encoding="UTF-8"?>
<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"
>
<parent>
<groupId>
com.timeloit.project
</groupId>
<artifactId>
loit-build-common
</artifactId>
<version>
1.0-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
loit-build-spi-common
</artifactId>
<packaging>
jar
</packaging>
<dependencies>
<dependency>
<groupId>
io.springfox
</groupId>
<artifactId>
springfox-swagger2
</artifactId>
</dependency>
<dependency>
<groupId>
org.projectlombok
</groupId>
<artifactId>
lombok
</artifactId>
</dependency>
<dependency>
<groupId>
org.projectlombok
</groupId>
<artifactId>
lombok
</artifactId>
<version>
1.18.8
</version>
<scope>
provided
</scope>
</dependency>
</dependencies>
<build>
<finalName>
loit-build-spi-common
</finalName>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
</plugin>
</plugins>
</build>
</project>
\ No newline at end of file
loit-build-web-common/pom.xml
deleted
100644 → 0
浏览文件 @
2493526c
<?xml version="1.0" encoding="UTF-8"?>
<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"
>
<parent>
<groupId>
com.timeloit.project
</groupId>
<artifactId>
loit-build-common
</artifactId>
<version>
1.0-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
loit-build-web-common
</artifactId>
<packaging>
jar
</packaging>
<dependencies>
<dependency>
<groupId>
io.springfox
</groupId>
<artifactId>
springfox-swagger2
</artifactId>
</dependency>
<dependency>
<groupId>
org.projectlombok
</groupId>
<artifactId>
lombok
</artifactId>
<version>
1.18.8
</version>
<scope>
provided
</scope>
</dependency>
<dependency>
<groupId>
org.apache.tomcat.embed
</groupId>
<artifactId>
tomcat-embed-core
</artifactId>
</dependency>
</dependencies>
</project>
\ No newline at end of file
pom.xml
浏览文件 @
36278fa0
...
@@ -6,8 +6,6 @@
...
@@ -6,8 +6,6 @@
<modules>
<modules>
<module>
loit-build-commom-parent
</module>
<module>
loit-build-commom-parent
</module>
<module>
loit-build-component
</module>
<module>
loit-build-component
</module>
<module>
loit-build-spi-common
</module>
<module>
loit-build-web-common
</module>
</modules>
</modules>
<groupId>
com.timeloit.project
</groupId>
<groupId>
com.timeloit.project
</groupId>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论