Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
lwby_ad_data
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
maliang
lwby_ad_data
Commits
bfc795ce
Commit
bfc795ce
authored
Jul 08, 2020
by
baixj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add dubbo
parent
8dbbed01
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
+27
-0
pom.xml
pom.xml
+27
-0
No files found.
pom.xml
View file @
bfc795ce
...
...
@@ -207,5 +207,32 @@
<artifactId>
spring-boot-maven-plugin
</artifactId>
</plugin>
</plugins>
</build>
<repositories>
<repository>
<id>
releases
</id>
<url>
http://maven.bayread.com/nexus/content/repositories/releases/
</url>
</repository>
<repository>
<id>
snapshots
</id>
<url>
http://maven.bayread.com/nexus/content/repositories/snapshots/
</url>
</repository>
</repositories>
<!-- 设定团队持续集成发布包服务器 -->
<distributionManagement>
<repository>
<id>
lwby-releases
</id>
<name>
releases repository
</name>
<url>
http://maven.bayread.com/nexus/content/repositories/releases/
</url>
</repository>
<snapshotRepository>
<id>
lwby-snapshots
</id>
<name>
snapshots repository
</name>
<url>
http://maven.bayread.com/nexus/content/repositories/snapshots/
</url>
</snapshotRepository>
</distributionManagement>
</project>
\ No newline at end of file
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