Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
apollo
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
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
openSource
apollo
Commits
0138e78f
Commit
0138e78f
authored
Mar 11, 2016
by
Yiming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update parent pom.xml
parent
abec6212
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
31 additions
and
49 deletions
+31
-49
.gitignore
.gitignore
+2
-0
pom.xml
apollo-configserver/pom.xml
+0
-8
pom.xml
apollo-metaserver/pom.xml
+0
-8
pom.xml
apollo-portal/pom.xml
+0
-8
pom.xml
pom.xml
+29
-25
No files found.
.gitignore
View file @
0138e78f
...
@@ -14,3 +14,5 @@ hs_err_pid*
...
@@ -14,3 +14,5 @@ hs_err_pid*
.classpath
.classpath
.project
.project
target
target
.settings
apollo-configserver/pom.xml
View file @
0138e78f
...
@@ -25,12 +25,4 @@
...
@@ -25,12 +25,4 @@
<scope>
test
</scope>
<scope>
test
</scope>
</dependency>
</dependency>
</dependencies>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
</plugin>
</plugins>
</build>
</project>
</project>
apollo-metaserver/pom.xml
View file @
0138e78f
...
@@ -25,12 +25,4 @@
...
@@ -25,12 +25,4 @@
<scope>
test
</scope>
<scope>
test
</scope>
</dependency>
</dependency>
</dependencies>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
</plugin>
</plugins>
</build>
</project>
</project>
apollo-portal/pom.xml
View file @
0138e78f
...
@@ -25,12 +25,4 @@
...
@@ -25,12 +25,4 @@
<scope>
test
</scope>
<scope>
test
</scope>
</dependency>
</dependency>
</dependencies>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
</plugin>
</plugins>
</build>
</project>
</project>
pom.xml
View file @
0138e78f
...
@@ -15,36 +15,18 @@
...
@@ -15,36 +15,18 @@
<module>
apollo-portal
</module>
<module>
apollo-portal
</module>
<module>
apollo-assembly
</module>
<module>
apollo-assembly
</module>
</modules>
</modules>
<dependencyManagement>
<dependencies>
<dependencies>
<dependency>
<dependency>
<groupId>
com.ctrip.apollo
</groupId>
<groupId>
org.projectlombok
</groupId>
<artifactId>
apollo-core
</artifactId>
<artifactId>
lombok
</artifactId>
<version>
${project.version}
</version>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
com.ctrip.apollo
</groupId>
<artifactId>
apollo-metaserver
</artifactId>
<version>
${project.version}
</version>
</dependency>
<dependency>
<groupId>
com.ctrip.apollo
</groupId>
<artifactId>
apollo-client
</artifactId>
<version>
${project.version}
</version>
</dependency>
<dependency>
<groupId>
com.ctrip.apollo
</groupId>
<artifactId>
apollo-configserver
</artifactId>
<version>
${project.version}
</version>
</dependency>
<dependency>
<groupId>
com.ctrip.apollo
</groupId>
<artifactId>
apollo-portal
</artifactId>
<version>
${project.version}
</version>
</dependency>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>
<dependency>
<dependency>
<groupId>
com.ctrip.apollo
</groupId>
<groupId>
com.ctrip.apollo
</groupId>
<artifactId>
apollo-
assembly
</artifactId>
<artifactId>
apollo-
core
</artifactId>
<version>
${project.version}
</version>
<version>
${project.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
...
@@ -65,6 +47,11 @@
...
@@ -65,6 +47,11 @@
<artifactId>
mysql-connector-java
</artifactId>
<artifactId>
mysql-connector-java
</artifactId>
<version>
5.1.38
</version>
<version>
5.1.38
</version>
</dependency>
</dependency>
<dependency>
<groupId>
org.projectlombok
</groupId>
<artifactId>
lombok
</artifactId>
<version>
1.16.8
</version>
</dependency>
<!--for test -->
<!--for test -->
<dependency>
<dependency>
<groupId>
com.h2database
</groupId>
<groupId>
com.h2database
</groupId>
...
@@ -74,6 +61,23 @@
...
@@ -74,6 +61,23 @@
</dependency>
</dependency>
</dependencies>
</dependencies>
</dependencyManagement>
</dependencyManagement>
<build>
<plugins>
<plugin>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.5.1
</version>
<configuration>
<source>
${java.source}
</source>
<target>
${java.target}
</target>
</configuration>
</plugin>
<plugin>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<version>
1.3.3.RELEASE
</version>
</plugin>
</plugins>
</build>
<distributionManagement>
<distributionManagement>
<repository>
<repository>
<id>
releases
</id>
<id>
releases
</id>
...
...
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