Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
frascati
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
114
Issues
114
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
frascati
frascati
Commits
271e6019
Commit
271e6019
authored
Aug 07, 2012
by
Munilla Christophe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix Jenkins integration server error : manage nuxeo-core-event artifact dependencies
parent
859a1c4d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
37 deletions
+18
-37
frascati/nuxeo/frascati-implementation-nuxeo/examples/nuxeo/pom.xml
...uxeo/frascati-implementation-nuxeo/examples/nuxeo/pom.xml
+0
-1
frascati/nuxeo/frascati-implementation-nuxeo/examples/pom.xml
...cati/nuxeo/frascati-implementation-nuxeo/examples/pom.xml
+17
-6
frascati/nuxeo/frascati-implementation-nuxeo/pom.xml
frascati/nuxeo/frascati-implementation-nuxeo/pom.xml
+1
-30
No files found.
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
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