|
|
@@ -27,13 +27,6 @@
|
|
|
<groupId>com.nju.edu</groupId>
|
|
|
<artifactId>seecoder-gitlab-client</artifactId>
|
|
|
<version>0.1.0</version>
|
|
|
- <!-- 这个包引入的log产生了绑定冲突,所以排除掉 -->
|
|
|
- <exclusions>
|
|
|
- <exclusion>
|
|
|
- <groupId>org.apache.logging.log4j</groupId>
|
|
|
- <artifactId>log4j-slf4j-impl</artifactId>
|
|
|
- </exclusion>
|
|
|
- </exclusions>
|
|
|
</dependency>
|
|
|
<!-- https://mvnrepository.com/artifact/org.eclipse.jgit/org.eclipse.jgit -->
|
|
|
<dependency>
|
|
|
@@ -59,13 +52,6 @@
|
|
|
<artifactId>spring-boot-configuration-processor</artifactId>
|
|
|
<optional>true</optional>
|
|
|
</dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>org.gitlab4j</groupId>
|
|
|
- <artifactId>gitlab4j-api</artifactId>
|
|
|
- <version>4.15.7</version>
|
|
|
- <!-- <version>4.8.7</version>-->
|
|
|
- </dependency>
|
|
|
<!-- Hibernate Dependencies -->
|
|
|
<dependency>
|
|
|
<groupId>org.hibernate.validator</groupId>
|
|
|
@@ -80,10 +66,6 @@
|
|
|
<artifactId>common</artifactId>
|
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-starter-logging</artifactId>
|
|
|
- </dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.projectlombok</groupId>
|
|
|
<artifactId>lombok</artifactId>
|