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> |
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> |
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> |
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> |