Ignore:
Timestamp:
01/09/14 17:02:09 (10 years ago)
Author:
olhsha
Message:

shibbolized

File:
1 edited

Legend:

Unmodified
Added
Removed
  • DASISH/t5.6/backend/annotator-backend/trunk/annotator-backend/pom.xml

    r4210 r4245  
    247247            <version>8.4-702.jdbc4</version>
    248248        </dependency>
    249         <dependency>
     249       <!-- <dependency>
    250250            <groupId>org.springframework.security</groupId>
    251251            <artifactId>spring-security-core</artifactId>
     
    260260            <groupId>org.springframework.security</groupId>
    261261            <artifactId>spring-security-web</artifactId>
    262             <version>${spring.version}</version>
    263         </dependency>
     262            <version>${spring.version}</version> 
     263        </dependency> -->
    264264        <dependency>
    265265            <groupId>cglib</groupId>
     
    271271            <artifactId>slf4j-log4j12</artifactId>
    272272            <version>${slf4j.version}</version>
     273        </dependency>
     274        <dependency>
     275            <groupId>de.mpg.mpgaai</groupId>
     276            <artifactId>mpgaai-shhaa</artifactId>
     277            <version>1.0.3</version>
     278            <exclusions>
     279                <exclusion>
     280                    <groupId>commons-logging</groupId>
     281                    <artifactId>commons-logging</artifactId>
     282                </exclusion>
     283            </exclusions>
    273284        </dependency>
    274285    </dependencies>
     
    281292        <netbeans.hint.license>gpl20</netbeans.hint.license> 
    282293        <plugin.license.copyrightYear>2013</plugin.license.copyrightYear>
    283         <project.version>1.0</project.version>
     294        <project.version>1.1</project.version>
    284295    </properties>
    285296</project>
Note: See TracChangeset for help on using the changeset viewer.