Skip to content
Snippets Groups Projects
Commit 0280f7ad authored by srosse's avatar srosse
Browse files

FXOLAT-208: update pom for Selenium

parent d73aa0c2
No related branches found
No related tags found
No related merge requests found
...@@ -1877,6 +1877,10 @@ ...@@ -1877,6 +1877,10 @@
<groupId>org.apache.geronimo.specs</groupId> <groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-j2ee-management_1.0_spec</artifactId> <artifactId>geronimo-j2ee-management_1.0_spec</artifactId>
</exclusion> </exclusion>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging-api</artifactId>
</exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<dependency> <dependency>
...@@ -2173,6 +2177,12 @@ ...@@ -2173,6 +2177,12 @@
<groupId>tomcat</groupId> <groupId>tomcat</groupId>
<artifactId>naming-resources</artifactId> <artifactId>naming-resources</artifactId>
<version>5.5.15</version> <version>5.5.15</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging-api</artifactId>
</exclusion>
</exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>commons-fileupload</groupId> <groupId>commons-fileupload</groupId>
...@@ -2194,19 +2204,16 @@ ...@@ -2194,19 +2204,16 @@
<groupId>org.w3c.css</groupId> <groupId>org.w3c.css</groupId>
<artifactId>sac</artifactId> <artifactId>sac</artifactId>
<version>1.3</version> <version>1.3</version>
<scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.xmlgraphics</groupId> <groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-css</artifactId> <artifactId>batik-css</artifactId>
<version>1.7</version> <version>1.7</version>
<scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.xmlgraphics</groupId> <groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-util</artifactId> <artifactId>batik-util</artifactId>
<version>1.7</version> <version>1.7</version>
<scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>de.java2html</groupId> <groupId>de.java2html</groupId>
...@@ -2268,7 +2275,7 @@ ...@@ -2268,7 +2275,7 @@
<dependency> <dependency>
<groupId>commons-lang</groupId> <groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId> <artifactId>commons-lang</artifactId>
<version>2.5</version> <version>2.6</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>codepoints</groupId> <groupId>codepoints</groupId>
...@@ -2370,12 +2377,6 @@ ...@@ -2370,12 +2377,6 @@
<artifactId>cos</artifactId> <artifactId>cos</artifactId>
<version>05Nov2002</version> <version>05Nov2002</version>
</dependency> </dependency>
<!--
<dependency>
<groupId>xerces</groupId>
<artifactId>xmlParserAPIs</artifactId>
<version>2.6.2</version>
</dependency> -->
<dependency> <dependency>
<groupId>dom4j</groupId> <groupId>dom4j</groupId>
<artifactId>dom4j</artifactId> <artifactId>dom4j</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment