Author: fchrist
Date: Mon Jul 18 13:05:35 2011
New Revision: 1147845
URL: http://svn.apache.org/viewvc?rev=1147845&view=rev
Log:
STANBOL-290, STANBOL-291 removed stanbol-version and use artifact versions
defined in parent POM
Modified:
incubator/stanbol/trunk/integration-tests/pom.xml
Modified: incubator/stanbol/trunk/integration-tests/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/integration-tests/pom.xml?rev=1147845&r1=1147844&r2=1147845&view=diff
==============================================================================
--- incubator/stanbol/trunk/integration-tests/pom.xml (original)
+++ incubator/stanbol/trunk/integration-tests/pom.xml Mon Jul 18 13:05:35 2011
@@ -59,56 +59,34 @@
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.launchers.full</artifactId>
- <version>0.9-SNAPSHOT</version>
- <scope>test</scope>
</dependency>
- <dependency>
+ <dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.commons.web.base</artifactId>
- <version>0.9-SNAPSHOT</version>
- <scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.commons.testing.http</artifactId>
- <version>0.9-SNAPSHOT</version>
- <scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.commons.testing.stanbol</artifactId>
- <version>0.9-SNAPSHOT</version>
- <scope>test</scope>
</dependency>
<dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-io</artifactId>
- <version>1.3.2</version>
- <scope>test</scope>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.7</version>
- <scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.apache.stanbol</groupId>
- <artifactId>org.apache.stanbol.owl</artifactId>
- <version>${stanbol-version}</version>
- <scope>test</scope>
- </dependency>
- <dependency>
+ <dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-server</artifactId>
- <version>${jersey-version}</version>
- <scope>test</scope>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-core</artifactId>
- <version>${jersey-version}</version>
- <scope>test</scope>
</dependency>
</dependencies>
@@ -173,7 +151,7 @@
<server.ready.path.2>/engines:There are
currently</server.ready.path.2>
<server.ready.path.3>/contenthub:Recently uploaded Content
Items</server.ready.path.3>
<server.ready.path.4>/factstore:The FactStore implements a
store</server.ready.path.4>
- <server.ready.path.5>/ontonet:Apache Stanbol
OntoNet</server.ready.path.5>
+ <!-- server.ready.path.5>/ontonet:Apache Stanbol
OntoNet</server.ready.path.5 -->
<!-- server.ready.path.6>/reasoners:Apache Stanbol
Reasoners</server.ready.path.6 -->
</systemPropertyVariables>
</configuration>