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
fcff3165
Commit
fcff3165
authored
Aug 12, 2010
by
Philippe Merle
Browse files
Updated pom.xml for building and running WAR.
parent
bae3bb30
Changes
3
Hide whitespace changes
Inline
Side-by-side
examples/counter-rest/server-explorer-war/pom.xml
View file @
fcff3165
...
...
@@ -2,7 +2,7 @@
<!--
* OW2 FraSCAti Examples: RESTful Counter Web Application
*
* Copyright (c) 2009 INRIA
* Copyright (c) 2009
-2010
INRIA
, University of Lille 1
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
@@ -82,6 +82,23 @@
<artifactId>
frascati-explorer-core
</artifactId>
<version>
${frascati.version}
</version>
</dependency>
<!-- Include in the war the FraSCAti Explorer. -->
<dependency>
<groupId>
org.ow2.frascati
</groupId>
<artifactId>
frascati-explorer-api
</artifactId>
<version>
${frascati.version}
</version>
<scope>
runtime
</scope>
</dependency>
<!-- Include in the war the FraSCAti Runtime Factory. -->
<dependency>
<groupId>
org.ow2.frascati
</groupId>
<artifactId>
frascati-runtime-factory
</artifactId>
<version>
${frascati.version}
</version>
<scope>
runtime
</scope>
</dependency>
</dependencies>
<!-- ======= -->
...
...
examples/counter-rest/server-war/pom.xml
View file @
fcff3165
...
...
@@ -2,7 +2,7 @@
<!--
* OW2 FraSCAti Examples: RESTful Counter Web Application
*
* Copyright (c) 2009 INRIA
* Copyright (c) 2009
-2010
INRIA
, University of Lille 1
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
@@ -76,18 +76,19 @@
<version>
${project.version}
</version>
</dependency>
<!-- Include in the war the FraSCAti
Binding REST
. -->
<!--
<dependency>
<!-- Include in the war the FraSCAti
Servlet CXF
. -->
<dependency>
<groupId>
org.ow2.frascati
</groupId>
<artifactId>frascati-
binding-rest
</artifactId>
<artifactId>
frascati-
servlet-cxf
</artifactId>
<version>
${frascati.version}
</version>
</dependency>
-->
<!-- Include in the war the FraSCAti
Servlet CXF
. -->
<!-- Include in the war the FraSCAti
Runtime Factory
. -->
<dependency>
<groupId>
org.ow2.frascati
</groupId>
<artifactId>
frascati-
servlet-cxf
</artifactId>
<artifactId>
frascati-
runtime-factory
</artifactId>
<version>
${frascati.version}
</version>
<scope>
runtime
</scope>
</dependency>
</dependencies>
...
...
examples/ohloh-proxy/war/pom.xml
View file @
fcff3165
...
...
@@ -2,7 +2,7 @@
<!--
* OW2 FraSCAti Examples: Ohloh Proxy Web Application
*
* Copyright (c) 2009-2010 INRIA
* Copyright (c) 2009-2010 INRIA
, University of Lille 1
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
@@ -84,6 +84,15 @@
<artifactId>
frascati-servlet-cxf
</artifactId>
<version>
${frascati.version}
</version>
</dependency>
<!-- Include in the war the FraSCAti Runtime Factory. -->
<dependency>
<groupId>
org.ow2.frascati
</groupId>
<artifactId>
frascati-runtime-factory
</artifactId>
<version>
${frascati.version}
</version>
<scope>
runtime
</scope>
</dependency>
</dependencies>
<!-- ======= -->
...
...
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