Commit 30562037 by huluobin

maven 调整

parent 2deec335
# Created by .ignore support plugin (hsz.mobi)
### Java template
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
*.gz
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
### Vim template
# Swap
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]
# Session
Session.vim
# Temporary
.netrwhist
*~
# Auto-generated tag files
tags
# Persistent undo
[._]*.un~
### JetBrains template
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf
# Sensitive or high-churn files
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml
# Gradle
.idea/**/gradle.xml
.idea/**/libraries
# Gradle and Maven with auto-import
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
# auto-import.
# .idea/modules.xml
# .idea/*.iml
# .idea/modules
# CMake
cmake-build-*/
# Mongo Explorer plugin
.idea/**/mongoSettings.xml
# File-based project format
*.iws
# IntelliJ
out/
# mpeltonen/sbt-idea plugin
.idea_modules/
# JIRA plugin
atlassian-ide-plugin.xml
# Cursive Clojure plugin
.idea/replstate.xml
# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties
# Editor-based Rest Client
.idea/httpRequests
### VisualStudioCode template
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
### Eclipse template
.metadata
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.settings/
.loadpath
.recommenders
# External tool builders
.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
*.launch
# PyDev specific (Python IDE for Eclipse)
*.pydevproject
# CDT-specific (C/C++ Development Tooling)
.cproject
# CDT- autotools
.autotools
# Java annotation processor (APT)
.factorypath
# PDT-specific (PHP Development Tools)
.buildpath
# sbteclipse plugin
.target
# Tern plugin
.tern-project
# TeXlipse plugin
.texlipse
# STS (Spring Tool Suite)
.springBeans
# Code Recommenders
.recommenders/
# Annotation Processing
.apt_generated/
# Scala IDE specific (Scala & Java development for Eclipse)
.cache-main
.scala_dependencies
.worksheet
rebel.xml
target
mvnw
mvnw.cmd
.mvn
.idea
*.iml
\ No newline at end of file
...@@ -16,13 +16,14 @@ ...@@ -16,13 +16,14 @@
<properties> <properties>
<bailuntec-api.version>1.0-SNAPSHOT</bailuntec-api.version> <bailuntec-api.version>1.0-SNAPSHOT</bailuntec-api.version>
<bailuntec-common.version>1.0-SNAPSHOT</bailuntec-common.version> <bailuntec-common.version>1.0-SNAPSHOT</bailuntec-common.version>
<bailuntec-datacenter.version>1.0-SNAPSHOT</bailuntec-datacenter.version> <datacenter-job.version>1.0-SNAPSHOT</datacenter-job.version>
<bailuntec-datacenter-job.version>1.0-SNAPSHOT</bailuntec-datacenter-job.version> <datacenter-domain.version>1.0-SNAPSHOT</datacenter-domain.version>
<bailuntec-cost-api.version>1.0-SNAPSHOT</bailuntec-cost-api.version> <bailuntec-cost-api.version>1.0-SNAPSHOT</bailuntec-cost-api.version>
<elastic-job-spring-boot-starter.version>1.0-SNAPSHOT</elastic-job-spring-boot-starter.version> <elastic-job-spring-boot-starter.version>1.0-SNAPSHOT</elastic-job-spring-boot-starter.version>
</properties> </properties>
<dependencyManagement> <dependencyManagement>
<dependencies> <dependencies>
<dependency> <dependency>
...@@ -31,7 +32,6 @@ ...@@ -31,7 +32,6 @@
<version>${bailuntec-cost-api.version}</version> <version>${bailuntec-cost-api.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.bailuntec</groupId> <groupId>com.bailuntec</groupId>
<artifactId>bailuntec-api</artifactId> <artifactId>bailuntec-api</artifactId>
...@@ -46,14 +46,14 @@ ...@@ -46,14 +46,14 @@
<dependency> <dependency>
<groupId>com.bailuntec</groupId> <groupId>com.bailuntec</groupId>
<artifactId>bailuntec-datacenter</artifactId> <artifactId>datacenter-domain</artifactId>
<version>${bailuntec-datacenter.version}</version> <version>${datacenter-domain.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.bailuntec</groupId> <groupId>com.bailuntec</groupId>
<artifactId>bailuntec-datacenter-job</artifactId> <artifactId>datacenter-job</artifactId>
<version>${bailuntec-datacenter-job.version}</version> <version>${datacenter-job.version}</version>
</dependency> </dependency>
<dependency> <dependency>
......
...@@ -39,12 +39,19 @@ ...@@ -39,12 +39,19 @@
<swagger-bootstrap-ui.version>1.9.6</swagger-bootstrap-ui.version> <swagger-bootstrap-ui.version>1.9.6</swagger-bootstrap-ui.version>
<swagger-models.version>1.5.21</swagger-models.version> <swagger-models.version>1.5.21</swagger-models.version>
<pagehelper.spring.boot.starter>1.2.5</pagehelper.spring.boot.starter> <pagehelper.spring.boot.starter>1.2.5</pagehelper.spring.boot.starter>
<easyexcel.version>2.1.1</easyexcel.version>
</properties> </properties>
<dependencyManagement> <dependencyManagement>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.alibaba</groupId>
<artifactId>easyexcel</artifactId>
<version>${easyexcel.version}</version>
</dependency>
<dependency>
<groupId>com.github.pagehelper</groupId> <groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot-starter</artifactId> <artifactId>pagehelper-spring-boot-starter</artifactId>
<version>${pagehelper.spring.boot.starter}</version> <version>${pagehelper.spring.boot.starter}</version>
......
...@@ -15,6 +15,8 @@ ...@@ -15,6 +15,8 @@
<description>百伦项目基础依赖</description> <description>百伦项目基础依赖</description>
<properties> <properties>
<bailuntec-bom.version>1.0-SNAPSHOT</bailuntec-bom.version> <bailuntec-bom.version>1.0-SNAPSHOT</bailuntec-bom.version>
<bailuntec-dependencies.version>1.0-SNAPSHOT</bailuntec-dependencies.version> <bailuntec-dependencies.version>1.0-SNAPSHOT</bailuntec-dependencies.version>
......
...@@ -13,6 +13,12 @@ ...@@ -13,6 +13,12 @@
<name>bailuntec-nexus</name> <name>bailuntec-nexus</name>
<description>bailuntec Nexus 基础配置</description> <description>bailuntec Nexus 基础配置</description>
<modules>
<module>bailuntec-parent</module>
<module>bailuntec-dependencies</module>
<module>bailuntec-bom</module>
</modules>
<!-- omitted xml --> <!-- omitted xml -->
<distributionManagement> <distributionManagement>
<repository> <repository>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment