/[schmitzm]/trunk/schmitzm-core/pom.xml
ViewVC logotype

Diff of /trunk/schmitzm-core/pom.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2156 by alfonx, Sat Dec 8 22:09:55 2012 UTC revision 2252 by alfonx, Sun Feb 24 20:10:35 2013 UTC
# Line 2  Line 2 
2          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3          <modelVersion>4.0.0</modelVersion>          <modelVersion>4.0.0</modelVersion>
4    
         <groupId>de.schmitzm</groupId>  
5          <artifactId>schmitzm-core</artifactId>          <artifactId>schmitzm-core</artifactId>
         <version>2.8-SNAPSHOT</version>  
6          <packaging>jar</packaging>          <packaging>jar</packaging>
7    
8          <parent>          <parent>
# Line 20  Line 18 
18          <dependencies>          <dependencies>
19    
20                  <dependency>                  <dependency>
                         <groupId>com.eaio.stringsearch</groupId>  
                         <artifactId>stringsearch</artifactId>  
                         <version>2</version>  
                 </dependency>  
                   
                 <dependency>  
21                          <groupId>javax.media</groupId>                          <groupId>javax.media</groupId>
22                          <artifactId>jai_core</artifactId>                          <artifactId>jai_core</artifactId>
23                          <version>1.1.3</version>                          <version>1.1.3</version>
# Line 107  Line 99 
99                                  den gp export -->                                  den gp export -->
100                          <groupId>commons-lang</groupId>                          <groupId>commons-lang</groupId>
101                          <artifactId>commons-lang</artifactId>                          <artifactId>commons-lang</artifactId>
102                          <version>2.3</version>                          <version>2.6</version>
103                          <!-- <version>2.4</version> -->                          <!-- <version>2.4</version> -->
104                          <type>jar</type>                          <type>jar</type>
105                          <scope>compile</scope>                          <scope>compile</scope>
106                  </dependency>                  </dependency>
                 <dependency>  
                         <groupId>org.apache.solr</groupId>  
                         <artifactId>solr-core</artifactId>  
                         <version>3.6.0</version>  
                 </dependency>  
107    
108          </dependencies>          </dependencies>
109    
110          <build>          <build>
                 <plugins>  
                         <plugin>  
                                 <groupId>org.apache.maven.plugins</groupId>  
                                 <artifactId>maven-compiler-plugin</artifactId>  
                                 <version>2.3.2</version>  
                                 <configuration>  
                                         <source>1.6</source>  
                                         <target>1.6</target>  
                                         <excludes>  
                                                 <exclude>**/.svn</exclude>  
                                         </excludes>  
                                 </configuration>  
                         </plugin>  
                 </plugins>  
111    
112                  <pluginManagement>                  <pluginManagement>
113                          <plugins>                          <plugins>
# Line 176  Line 149 
149    
150          </build>          </build>
151    
         <repositories>  
                 <repository>  
                         <id>eaio.com</id>  
                         <url>http://eaio.com/maven2</url>  
                 </repository>  
         </repositories>  
   
152          <profiles>          <profiles>
153                  <profile>                  <profile>
154                          <id>resourceOperationRemove</id>                          <id>resourceOperationRemove</id>

Legend:
Removed from v.2156  
changed lines
  Added in v.2252

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26