/[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 2050 by keeb, Thu Jun 7 10:40:15 2012 UTC revision 2244 by alfonx, Sun Feb 24 19:44:23 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 18  Line 16 
16          <url>http://maven.apache.org</url>          <url>http://maven.apache.org</url>
17    
18          <dependencies>          <dependencies>
19    
20                    <dependency>
21                            <groupId>com.eaio.stringsearch</groupId>
22                            <artifactId>stringsearch</artifactId>
23                            <version>2</version>
24                    </dependency>
25    
26                  <dependency>                  <dependency>
27                          <groupId>javax.media</groupId>                          <groupId>javax.media</groupId>
28                          <artifactId>jai_core</artifactId>                          <artifactId>jai_core</artifactId>
# Line 100  Line 105 
105                                  den gp export -->                                  den gp export -->
106                          <groupId>commons-lang</groupId>                          <groupId>commons-lang</groupId>
107                          <artifactId>commons-lang</artifactId>                          <artifactId>commons-lang</artifactId>
108                          <version>2.3</version>                          <version>2.6</version>
109                          <!-- <version>2.4</version> -->                          <!-- <version>2.4</version> -->
110                          <type>jar</type>                          <type>jar</type>
111                          <scope>compile</scope>                          <scope>compile</scope>
112                  </dependency>                  </dependency>
                 <dependency>  
                         <groupId>org.apache.solr</groupId>  
                         <artifactId>solr-core</artifactId>  
                         <version>3.6.0</version>  
                 </dependency>  
113    
114          </dependencies>          </dependencies>
115    
116          <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>  
117    
118                  <pluginManagement>                  <pluginManagement>
119                          <plugins>                          <plugins>
# Line 165  Line 151 
151                                  </plugin>                                  </plugin>
152                          </plugins>                          </plugins>
153                  </pluginManagement>                  </pluginManagement>
154    
155    
156          </build>          </build>
157    
158            <repositories>
159                    <repository>
160                            <id>eaio.com</id>
161                            <url>http://eaio.com/maven2</url>
162                    </repository>
163            </repositories>
164    
165          <profiles>          <profiles>
166                  <profile>                  <profile>

Legend:
Removed from v.2050  
changed lines
  Added in v.2244

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26