Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
task: update slf4j; remove some Seam references
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Mar 8, 2016
1 parent d1aef43 commit ee0b9fb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Expand Up @@ -81,8 +81,7 @@
-->

<solr.version>${lucene.version}</solr.version>
<seam.version>2.3.1.Final</seam.version>
<slf4j.version>1.7.12</slf4j.version>
<slf4j.version>1.7.18</slf4j.version>
<gwteventservice.version>1.2.1</gwteventservice.version>
<okapi.version>0.22</okapi.version>

Expand Down
6 changes: 0 additions & 6 deletions zanata-war/pom.xml
Expand Up @@ -203,8 +203,6 @@
<ignoredResourcePattern>com/lowagie/text/pdf/fonts/cmap_info.txt</ignoredResourcePattern>
<!-- drools and quartz -->
<ignoredResourcePattern>build.properties</ignoredResourcePattern>
<!-- Seam -->
<ignoredResourcePattern>seam.properties</ignoredResourcePattern>
<!-- jboss-metadata-common and zanata-adapter-xliff -->
<ignoredResourcePattern>schema/xml.xsd</ignoredResourcePattern>
</ignoredResourcePatterns>
Expand Down Expand Up @@ -484,9 +482,6 @@
</includes>
<excludes>
<exclude>**/*_*.properties</exclude>
<exclude>**/components.properties</exclude>
<exclude>**/seam.properties</exclude>
<exclude>**/seam-deployment.properties</exclude>
<exclude>**/eventservice.properties</exclude>
<exclude>**/pluralforms.properties</exclude>
</excludes>
Expand Down Expand Up @@ -1500,7 +1495,6 @@
<version>20090211</version>
</dependency>

<!-- NB: This must be before jboss-seam, because beanutils includes old commons collections classes -->
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
Expand Down
1 change: 0 additions & 1 deletion zanata-war/src/main/resources/seam.properties

This file was deleted.

0 comments on commit ee0b9fb

Please sign in to comment.