7 |
|
|
8 |
<parent> |
<parent> |
9 |
<groupId>de.schmitzm</groupId> |
<groupId>de.schmitzm</groupId> |
10 |
<artifactId>schmitzm-parent</artifactId> |
<artifactId>schmitzm-parent</artifactId> |
11 |
<version>2.8-SNAPSHOT</version> |
<version>2.8-SNAPSHOT</version> |
12 |
<relativePath>../schmitzm-parent/pom.xml</relativePath> |
<relativePath>../schmitzm-parent/pom.xml</relativePath> |
13 |
</parent> |
</parent> |
14 |
|
|
15 |
<name>schmitzm-regex</name> |
<name>schmitzm-regex</name> |
|
|
|
|
<dependencies> |
|
16 |
|
|
17 |
<dependency> |
<dependencies> |
|
<groupId>com.eaio.stringsearch</groupId> |
|
|
<artifactId>stringsearch</artifactId> |
|
|
<version>2</version> |
|
|
</dependency> |
|
18 |
|
|
19 |
<dependency> |
<dependency> |
20 |
<artifactId>solr-core</artifactId> |
<artifactId>solr-core</artifactId> |
38 |
</dependency> |
</dependency> |
39 |
|
|
40 |
</dependencies> |
</dependencies> |
|
|
|
|
|
|
|
<repositories> |
|
|
<repository> |
|
|
<id>eaio.com</id> |
|
|
<url>http://eaio.com/maven2</url> |
|
|
</repository> |
|
|
</repositories> |
|
|
|
|
|
|
|
41 |
|
|
42 |
</project> |
</project> |