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
2998db81
Commit
2998db81
authored
Apr 14, 2016
by
Jason Song
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #86 from yiming187/maven_update
Update framework-foundation to 1.1.4
parents
e705aacf
b8affdc8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
89 additions
and
56 deletions
+89
-56
README.md
README.md
+27
-1
pom.xml
apollo-client/pom.xml
+53
-49
pom.xml
pom.xml
+9
-6
No files found.
README.md
View file @
2998db81
# Apollo
Apollo
================
[
![Build Status
](
https://travis-ci.org/ctripcorp/apollo.svg?branch=master
)
](https://travis-ci.org/ctripcorp/apollo)
[
![GitHub release
](
https://img.shields.io/github/release/ctripcorp/apollo.svg
)
](https://github.com/ctripcorp/apollo/releases)
[
![Coverage Status
](
https://coveralls.io/repos/github/ctripcorp/apollo/badge.svg?branch=master
)
](https://coveralls.io/github/ctripcorp/apollo?branch=master)
...
...
@@ -11,3 +13,26 @@
[
![codecov.io
](
https://codecov.io/github/ctripcorp/apollo/coverage.svg?branch=master
)
](https://codecov.io/github/ctripcorp/apollo?branch=master)
[
Project Site
](
http://ctripcorp.github.io/apollo/
)
Quickstart
----------
Installation
------------
Deployment
----------
Development
-----------
Contribute
----------
-
Source Code: https://github.com/ctripcorp/apollo
-
Issue Tracker: https://github.com/ctripcorp/apollo/issues
License
-------
The project is licensed under the Apache 2 license.
\ No newline at end of file
apollo-client/pom.xml
View file @
2998db81
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
>
<parent>
<groupId>
com.ctrip.apollo
</groupId>
<artifactId>
apollo
</artifactId>
<version>
0.0.1-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
apollo-client
</artifactId>
<name>
Apollo Client
</name>
<properties>
<java.version>
1.7
</java.version>
</properties>
<dependencies>
<!-- apollo -->
<dependency>
<groupId>
com.ctrip.apollo
</groupId>
<artifactId>
apollo-core
</artifactId>
</dependency>
<!-- end of apollo -->
<dependency>
<groupId>
com.dianping.cat
</groupId>
<artifactId>
cat-client
</artifactId>
</dependency>
<dependency>
<groupId>
org.slf4j
</groupId>
<artifactId>
slf4j-api
</artifactId>
</dependency>
<dependency>
<groupId>
org.apache.logging.log4j
</groupId>
<artifactId>
log4j-slf4j-impl
</artifactId>
<exclusions>
<exclusion>
<groupId>
org.slf4j
</groupId>
<artifactId>
slf4j-api
</artifactId>
</exclusion>
<exclusion>
<groupId>
org.apache.logging.log4j
</groupId>
<artifactId>
log4j-api
</artifactId>
</exclusion>
</exclusions>
<scope>
provided
</scope>
</dependency>
<dependency>
<groupId>
org.apache.logging.log4j
</groupId>
<artifactId>
log4j-core
</artifactId>
<scope>
provided
</scope>
</dependency>
</dependencies>
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
>
<parent>
<groupId>
com.ctrip.apollo
</groupId>
<artifactId>
apollo
</artifactId>
<version>
0.0.1-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
apollo-client
</artifactId>
<name>
Apollo Client
</name>
<properties>
<java.version>
1.7
</java.version>
</properties>
<dependencies>
<!-- apollo -->
<dependency>
<groupId>
com.ctrip.apollo
</groupId>
<artifactId>
apollo-core
</artifactId>
</dependency>
<!-- end of apollo -->
<dependency>
<groupId>
com.ctrip.framework
</groupId>
<artifactId>
framework-foundation
</artifactId>
</dependency>
<dependency>
<groupId>
com.dianping.cat
</groupId>
<artifactId>
cat-client
</artifactId>
</dependency>
<dependency>
<groupId>
org.slf4j
</groupId>
<artifactId>
slf4j-api
</artifactId>
</dependency>
<dependency>
<groupId>
org.apache.logging.log4j
</groupId>
<artifactId>
log4j-slf4j-impl
</artifactId>
<exclusions>
<exclusion>
<groupId>
org.slf4j
</groupId>
<artifactId>
slf4j-api
</artifactId>
</exclusion>
<exclusion>
<groupId>
org.apache.logging.log4j
</groupId>
<artifactId>
log4j-api
</artifactId>
</exclusion>
</exclusions>
<scope>
provided
</scope>
</dependency>
<dependency>
<groupId>
org.apache.logging.log4j
</groupId>
<artifactId>
log4j-core
</artifactId>
<scope>
provided
</scope>
</dependency>
</dependencies>
</project>
pom.xml
View file @
2998db81
...
...
@@ -109,6 +109,11 @@
<version>
${project.version}
</version>
</dependency>
<dependency>
<groupId>
com.ctrip.framework
</groupId>
<artifactId>
framework-foundation
</artifactId>
<version>
1.1.4
</version>
</dependency>
<dependency>
<groupId>
com.dianping.cat
</groupId>
<artifactId>
cat-client
</artifactId>
<version>
1.4.6
</version>
...
...
@@ -272,12 +277,6 @@
</plugin>
</plugins>
</build>
<repositories>
<repository>
<id>
cat.repo
</id>
<url>
https://raw.github.com/ctripcorp/apollo/mvn-repo/
</url>
</repository>
</repositories>
</profile>
<profile>
<id>
ctrip
</id>
...
...
@@ -314,6 +313,10 @@
<enabled>
false
</enabled>
</snapshots>
</repository>
<repository>
<id>
internal.repo
</id>
<url>
https://raw.github.com/ctripcorp/apollo/mvn-repo/
</url>
</repository>
</repositories>
<reporting>
...
...
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