Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
schbrain-parent
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
framework
schbrain-parent
Commits
c9c70ff3
Commit
c9c70ff3
authored
May 07, 2023
by
liaozan
🏀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove jenkins-plugin slf4j version settings
parent
57802afd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
20 deletions
+9
-20
integration/integration-jenkins-plugin/pom.xml
integration/integration-jenkins-plugin/pom.xml
+4
-18
integration/integration-maven-plugin/pom.xml
integration/integration-maven-plugin/pom.xml
+5
-0
pom.xml
pom.xml
+0
-2
No files found.
integration/integration-jenkins-plugin/pom.xml
View file @
c9c70ff3
...
@@ -30,16 +30,15 @@
...
@@ -30,16 +30,15 @@
</properties>
</properties>
<dependencies>
<dependencies>
<dependency>
<groupId>
org.slf4j
</groupId>
<artifactId>
slf4j-api
</artifactId>
</dependency>
<dependency>
<dependency>
<groupId>
org.apache.velocity
</groupId>
<groupId>
org.apache.velocity
</groupId>
<artifactId>
velocity-engine-core
</artifactId>
<artifactId>
velocity-engine-core
</artifactId>
<version>
2.3
</version>
<version>
2.3
</version>
</dependency>
</dependency>
<dependency>
<groupId>
org.slf4j
</groupId>
<artifactId>
slf4j-api
</artifactId>
<version>
1.7.36
</version>
</dependency>
<dependency>
<dependency>
<groupId>
org.apache.commons
</groupId>
<groupId>
org.apache.commons
</groupId>
<artifactId>
commons-lang3
</artifactId>
<artifactId>
commons-lang3
</artifactId>
...
@@ -62,17 +61,4 @@
...
@@ -62,17 +61,4 @@
</dependency>
</dependency>
</dependencies>
</dependencies>
<repositories>
<repository>
<id>
repo.jenkins-ci.org
</id>
<url>
https://repo.jenkins-ci.org/public/
</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>
repo.jenkins-ci.org
</id>
<url>
https://repo.jenkins-ci.org/public/
</url>
</pluginRepository>
</pluginRepositories>
</project>
</project>
\ No newline at end of file
integration/integration-maven-plugin/pom.xml
View file @
c9c70ff3
...
@@ -14,6 +14,11 @@
...
@@ -14,6 +14,11 @@
<artifactId>
integration-maven-plugin
</artifactId>
<artifactId>
integration-maven-plugin
</artifactId>
<packaging>
maven-plugin
</packaging>
<packaging>
maven-plugin
</packaging>
<properties>
<maven.core.version>
3.9.1
</maven.core.version>
<maven.plugin.version>
3.8.2
</maven.plugin.version>
</properties>
<dependencies>
<dependencies>
<dependency>
<dependency>
<groupId>
org.apache.maven
</groupId>
<groupId>
org.apache.maven
</groupId>
...
...
pom.xml
View file @
c9c70ff3
...
@@ -111,8 +111,6 @@
...
@@ -111,8 +111,6 @@
<alibaba-dingtalk-sdk.version>
2.0.0
</alibaba-dingtalk-sdk.version>
<alibaba-dingtalk-sdk.version>
2.0.0
</alibaba-dingtalk-sdk.version>
<!-- maven plugins -->
<!-- maven plugins -->
<maven.core.version>
3.9.1
</maven.core.version>
<maven.plugin.version>
3.8.2
</maven.plugin.version>
<flatten-maven-plugin.version>
1.4.1
</flatten-maven-plugin.version>
<flatten-maven-plugin.version>
1.4.1
</flatten-maven-plugin.version>
<integration-maven-plugin.version>
${revision}
</integration-maven-plugin.version>
<integration-maven-plugin.version>
${revision}
</integration-maven-plugin.version>
<maven.repository.url>
https://maven.schbrain.com/repository
</maven.repository.url>
<maven.repository.url>
https://maven.schbrain.com/repository
</maven.repository.url>
...
...
Write
Preview
Markdown
is supported
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