Ignore:
Timestamp:
02/12/14 13:19:02 (10 years ago)
Author:
twagoo
Message:

Created facet fields provider that uses a facet fields service to get all field objects given the current selection.
Made an implementation of this service that uses the search result dao to get the fields from the SOLR

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlo/branches/vlo-3.0/vlo-web-app/pom.xml

    r4498 r4501  
    5050            <artifactId>spring-context</artifactId>
    5151            <version>${spring.version}</version>
    52             <type>jar</type>
    5352            <exclusions>
    5453                <!--
     
    6665            <artifactId>spring-web</artifactId>
    6766            <version>${spring.version}</version>
    68             <type>jar</type>
     67        </dependency>
     68        <dependency>
     69            <groupId>org.springframework</groupId>
     70            <artifactId>spring-test</artifactId>
     71            <version>${spring.version}</version>
     72            <scope>test</scope>
    6973        </dependency>
    7074       
     
    9498            <version>${solr.version}</version>
    9599            <type>jar</type>
     100        </dependency>
     101        <!-- JMOCK for mocking -->
     102        <dependency>
     103            <groupId>org.jmock</groupId>
     104            <artifactId>jmock-junit4</artifactId>
     105            <version>2.6.0</version>
     106            <scope>test</scope>
     107            <exclusions>
     108                <exclusion>
     109                    <artifactId>junit-dep</artifactId>
     110                    <groupId>junit</groupId>
     111                </exclusion>
     112            </exclusions>
    96113        </dependency>
    97114    </dependencies>
Note: See TracChangeset for help on using the changeset viewer.