Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Yuta HIGUCHI
2014-10-09 23:45:16 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0390ffb87b805343f3df9f9b0dcfdab806e4722c
0390ffb8
1 parent
8ee7d4cf
some pom file fixes
Change-Id: Iffdb6eeb6954551d0b11e8da237b86e905d4e714
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
56 additions
and
17 deletions
apps/config/pom.xml
apps/foo/pom.xml
apps/mobility/pom.xml
core/store/dist/pom.xml
core/store/hz/common/pom.xml
core/store/hz/net/pom.xml
core/store/serializers/pom.xml
pom.xml
apps/config/pom.xml
View file @
0390ffb
...
...
@@ -18,18 +18,20 @@
<dependencies>
<dependency>
<groupId>
org.codehaus.jackson
</groupId>
<artifactId>
jackson-core-asl
</artifactId>
<groupId>
org.codehaus.jackson
</groupId>
<artifactId>
jackson-core-asl
</artifactId>
</dependency>
<dependency>
<groupId>
org.codehaus.jackson
</groupId>
<artifactId>
jackson-mapper-asl
</artifactId>
<groupId>
org.codehaus.jackson
</groupId>
<artifactId>
jackson-mapper-asl
</artifactId>
</dependency>
<dependency>
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-annotations
</artifactId>
<version>
2.4.2
</version>
<scope>
provided
</scope>
</dependency>
<dependency>
<groupId>
org.onlab.onos
</groupId>
<artifactId>
onlab-misc
</artifactId>
</dependency>
</dependencies>
...
...
apps/foo/pom.xml
View file @
0390ffb
...
...
@@ -41,5 +41,17 @@
<groupId>
org.apache.karaf.shell
</groupId>
<artifactId>
org.apache.karaf.shell.console
</artifactId>
</dependency>
<dependency>
<groupId>
org.onlab.onos
</groupId>
<artifactId>
onlab-misc
</artifactId>
</dependency>
<dependency>
<groupId>
com.google.guava
</groupId>
<artifactId>
guava
</artifactId>
</dependency>
<dependency>
<groupId>
org.osgi
</groupId>
<artifactId>
org.osgi.core
</artifactId>
</dependency>
</dependencies>
</project>
...
...
apps/mobility/pom.xml
View file @
0390ffb
...
...
@@ -16,4 +16,14 @@
<description>
ONOS simple Mobility app
</description>
<dependencies>
<dependency>
<groupId>
com.google.guava
</groupId>
<artifactId>
guava
</artifactId>
</dependency>
<dependency>
<groupId>
org.onlab.onos
</groupId>
<artifactId>
onlab-misc
</artifactId>
</dependency>
</dependencies>
</project>
...
...
core/store/dist/pom.xml
View file @
0390ffb
...
...
@@ -53,6 +53,15 @@
<groupId>
org.apache.felix
</groupId>
<artifactId>
org.apache.felix.scr.annotations
</artifactId>
</dependency>
<dependency>
<groupId>
com.google.guava
</groupId>
<artifactId>
guava-testlib
</artifactId>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.apache.commons
</groupId>
<artifactId>
commons-lang3
</artifactId>
</dependency>
</dependencies>
<build>
...
...
core/store/hz/common/pom.xml
View file @
0390ffb
...
...
@@ -34,6 +34,10 @@
<groupId>
com.hazelcast
</groupId>
<artifactId>
hazelcast
</artifactId>
</dependency>
<dependency>
<groupId>
org.apache.commons
</groupId>
<artifactId>
commons-lang3
</artifactId>
</dependency>
</dependencies>
<build>
...
...
core/store/hz/net/pom.xml
View file @
0390ffb
...
...
@@ -23,11 +23,6 @@
</dependency>
<dependency>
<groupId>
org.onlab.onos
</groupId>
<artifactId>
onos-core-serializers
</artifactId>
<version>
${project.version}
</version>
</dependency>
<dependency>
<groupId>
org.onlab.onos
</groupId>
<artifactId>
onos-core-hz-common
</artifactId>
<version>
${project.version}
</version>
</dependency>
...
...
core/store/serializers/pom.xml
View file @
0390ffb
...
...
@@ -25,6 +25,15 @@
<groupId>
org.apache.felix
</groupId>
<artifactId>
org.apache.felix.scr.annotations
</artifactId>
</dependency>
<dependency>
<groupId>
com.esotericsoftware
</groupId>
<artifactId>
kryo
</artifactId>
</dependency>
<dependency>
<groupId>
com.google.guava
</groupId>
<artifactId>
guava-testlib
</artifactId>
<scope>
test
</scope>
</dependency>
</dependencies>
<build>
...
...
pom.xml
View file @
0390ffb
...
...
@@ -290,6 +290,10 @@
</dependency>
<dependency>
<groupId>
org.slf4j
</groupId>
<artifactId>
slf4j-api
</artifactId>
</dependency>
<dependency>
<groupId>
org.slf4j
</groupId>
<artifactId>
slf4j-jdk14
</artifactId>
</dependency>
</dependencies>
...
...
@@ -440,9 +444,6 @@
<version>
3.2
</version>
<configuration>
<excludes>
<exclude>
**/datastore/serializers/**
</exclude>
<exclude>
**/edu/stanford/**
</exclude>
<exclude>
**/net/floodlightcontroller/**
</exclude>
</excludes>
<rulesets>
<ruleset>
onos/pmd.xml
</ruleset>
...
...
@@ -551,9 +552,6 @@
<version>
3.2
</version>
<configuration>
<excludes>
<exclude>
**/datastore/serializers/**
</exclude>
<exclude>
**/edu/stanford/**
</exclude>
<exclude>
**/net/floodlightcontroller/**
</exclude>
</excludes>
<rulesets>
<ruleset>
onos/pmd.xml
</ruleset>
...
...
Please
register
or
login
to post a comment