Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
frascati
frascati
Commits
271e6019
Commit
271e6019
authored
Aug 07, 2012
by
Munilla Christophe
Browse files
fix Jenkins integration server error : manage nuxeo-core-event artifact dependencies
parent
859a1c4d
Changes
3
Hide whitespace changes
Inline
Side-by-side
frascati/nuxeo/frascati-implementation-nuxeo/examples/nuxeo/pom.xml
View file @
271e6019
...
...
@@ -96,7 +96,6 @@
<dependency>
<groupId>
org.nuxeo.ecm.core
</groupId>
<artifactId>
nuxeo-core-event
</artifactId>
<version>
${nuxeo.version}
</version>
</dependency>
</dependencies>
...
...
frascati/nuxeo/frascati-implementation-nuxeo/examples/pom.xml
View file @
271e6019
...
...
@@ -108,6 +108,22 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>
org.nuxeo.ecm.core
</groupId>
<artifactId>
nuxeo-core-event
</artifactId>
<version>
${nuxeo.version}
</version>
<scope>
compile
</scope>
<exclusions>
<exclusion>
<groupId>
com.sun.xml
</groupId>
<artifactId>
xsom
</artifactId>
</exclusion>
<exclusion>
<groupId>
org.osgi
</groupId>
<artifactId>
osgi-core
</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</dependencyManagement>
...
...
@@ -152,12 +168,7 @@
<groupId>
org.nuxeo.runtime
</groupId>
<artifactId>
nuxeo-runtime-test
</artifactId>
</dependency>
<dependency>
<groupId>
org.osgi
</groupId>
<artifactId>
org.osgi.core
</artifactId>
<version>
4.2.0
</version>
<scope>
provided
</scope>
</dependency>
</dependencies>
</project>
frascati/nuxeo/frascati-implementation-nuxeo/pom.xml
View file @
271e6019
...
...
@@ -133,37 +133,8 @@
<dependency>
<groupId>
org.nuxeo.runtime
</groupId>
<artifactId>
nuxeo-runtime-test
</artifactId>
<version>
${nuxeo.version}
</version>
<scope>
test
</scope>
<exclusions>
<exclusion>
<groupId>
org.seleniumhq.selenium
</groupId>
<artifactId>
selenium-server-standalone
</artifactId>
</exclusion>
<exclusion>
<groupId>
org.milyn
</groupId>
<artifactId>
milyn-magger
</artifactId>
</exclusion>
<exclusion>
<groupId>
org.milyn
</groupId>
<artifactId>
flute
</artifactId>
</exclusion>
<exclusion>
<groupId>
com.sun.xml
</groupId>
<artifactId>
xsom
</artifactId>
</exclusion>
<exclusion>
<groupId>
org.osgi
</groupId>
<artifactId>
osgi-core
</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>
org.osgi
</groupId>
<artifactId>
org.osgi.core
</artifactId>
<version>
4.2.0
</version>
<scope>
provided
</scope>
</dependency>
</dependencies>
</project>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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