Ignore:
Timestamp:
01/06/14 08:18:53 (10 years ago)
Author:
twagoo
Message:

Branched off keeloo's wicket-6 conversion branch.
Applied a number of fixes to make code properly compilable, runnable (app still doesn't start properly).
To be merged back with keeloo's work.

Location:
vlo/branches/to-wicket-1.6-twagoo
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • vlo/branches/to-wicket-1.6-twagoo/vlo_web_app/pom.xml

    r4208 r4212  
    2626        <dependency>
    2727            <groupId>org.apache.wicket</groupId>
    28             <artifactId>wicket-core</artifactId>
     28            <artifactId>wicket-extensions</artifactId>
    2929            <version>6.12.0</version>
    30         </dependency>
    31         <dependency>
    32             <groupId>org.apache.wicket</groupId>
    33             <artifactId>wicket-extensions</artifactId>
    34             <version>6.8.0</version>
    3530            <type>jar</type>
     31        </dependency>
     32        <dependency>
     33            <groupId>com.55minutes</groupId>
     34            <artifactId>fiftyfive-wicket-core</artifactId>
     35            <version>4.0</version>
     36            <exclusions>
     37                <exclusion>
     38                    <artifactId>wicket</artifactId>
     39                    <groupId>org.apache.wicket</groupId>
     40                </exclusion>
     41            </exclusions>
    3642        </dependency>
    3743        <dependency>
     
    8288                <directory>../vlo_importer/src/main/resources</directory>
    8389                <includes>
    84                         <include>cmdi2xhtml.xsl</include>
     90                    <include>cmdi2xhtml.xsl</include>
    8591                </includes>                   
    8692            </resource>
     
    192198       
    193199    </build>
     200   
     201    <reporting>
     202        <plugins>
     203            <plugin>
     204                <groupId>org.codehaus.mojo</groupId>
     205                <artifactId>cobertura-maven-plugin</artifactId>
     206                <version>2.6</version>
     207            </plugin>
     208        </plugins>
     209    </reporting>
     210   
     211    <repositories>
     212        <repository>
     213            <id>MPI</id>
     214            <name>MPI LAT Repository</name>
     215            <url>http://lux15.mpi.nl/nexus/content/groups/public</url>
     216        </repository>
     217        <repository>
     218            <id>55Minutes_wicket</id>
     219            <name>55Minutes opensource wicket extensions</name>
     220            <url>http://opensource.55minutes.com/maven/</url>
     221        </repository>
     222    </repositories>
    194223</project>
Note: See TracChangeset for help on using the changeset viewer.