Skip to content

Commit

Permalink
Use teamengine-spi-4.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmartell committed Nov 24, 2015
1 parent c1fedea commit 697cdbc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 36 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

### Purpose
This is the top-level POM for test suite projects developed as part of the
[OGC Compliance Program](http://cite.opengeospatial.org/). Each test project
implements an executable test suite (ETS) that can be run using a test harness
such as [TestNG](http://testng.org/).
[OGC Compliance Program](http://cite.opengeospatial.org/). Each project implements
an executable test suite (ETS) that can be run using a test harness such as
[TestNG](http://testng.org/).

### Usage
An ETS project refers to the common POM as shown below.
Expand Down
35 changes: 2 additions & 33 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,37 +44,7 @@
<dependency>
<groupId>org.opengis.cite.teamengine</groupId>
<artifactId>teamengine-spi</artifactId>
<version>4.4-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>com.sun.jersey</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.jersey.contribs</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
</exclusion>
<exclusion>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
</exclusion>
<exclusion>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
</exclusions>
<version>4.0.6</version>
</dependency>
<dependency>
<groupId>org.opengis.cite</groupId>
Expand Down Expand Up @@ -111,8 +81,7 @@
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<version>4.0</version>
<classifier>no_aop</classifier>
<version>3.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 697cdbc

Please sign in to comment.