Ignore:
Timestamp:
01/07/14 11:05:14 (10 years ago)
Author:
twagoo
Message:

Merged twagoo branch of to-wicket-1.6 back to original, removed this branch

Location:
vlo/branches/to-wicket-1.6
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • vlo/branches/to-wicket-1.6

  • vlo/branches/to-wicket-1.6/vlo_web_app

    • Property svn:ignore
      •  

        old new  
        11target
         2vlo-importer.log*
  • vlo/branches/to-wicket-1.6/vlo_web_app/pom.xml

    r4208 r4220  
    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.