Revision 45382
Added by Claudio Atzori over 6 years ago
modules/dnet-parent/trunk/dnet45-parent.iml | ||
---|---|---|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4"> |
|
3 |
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8" inherit-compiler-output="false"> |
|
4 |
<output url="file://$MODULE_DIR$/target/classes" /> |
|
5 |
<output-test url="file://$MODULE_DIR$/target/test-classes" /> |
|
6 |
<content url="file://$MODULE_DIR$"> |
|
7 |
<excludeFolder url="file://$MODULE_DIR$/target" /> |
|
8 |
</content> |
|
9 |
<orderEntry type="inheritedJdk" /> |
|
10 |
<orderEntry type="sourceFolder" forTests="false" /> |
|
11 |
<orderEntry type="library" name="Maven: log4j:log4j:1.2.17" level="project" /> |
|
12 |
</component> |
|
13 |
</module> |
modules/dnet-parent/trunk/pom.xml | ||
---|---|---|
98 | 98 |
<configuration> |
99 | 99 |
<detectLinks>true</detectLinks> |
100 | 100 |
</configuration> |
101 |
</plugin> |
|
101 |
</plugin> |
|
102 |
<plugin> |
|
103 |
<groupId>org.apache.maven.plugins</groupId> |
|
104 |
<artifactId>maven-dependency-plugin</artifactId> |
|
105 |
<version>3.0.0</version> |
|
106 |
</plugin> |
|
102 | 107 |
</plugins> |
103 | 108 |
<extensions> |
104 | 109 |
<extension> |
... | ... | |
167 | 172 |
<javax.servlet.version>[3.1.0]</javax.servlet.version> |
168 | 173 |
<mockito.version>2.3.7</mockito.version> |
169 | 174 |
<quartz.version>2.2.2</quartz.version> |
175 |
<saxon.version>9.1.0.8</saxon.version> |
|
170 | 176 |
<!-- apache commons properties --> |
171 | 177 |
<commons.codec.version>1.8</commons.codec.version> |
172 | 178 |
<commons.lang.version>2.6</commons.lang.version> |
173 | 179 |
<commons.io.version>2.4</commons.io.version> |
174 | 180 |
<commons.logging.version>1.1.3</commons.logging.version> |
175 | 181 |
<commons.collections.version>3.2.1</commons.collections.version> |
182 |
<commons.codec.version>1.9</commons.codec.version> |
|
176 | 183 |
<!-- hadoop DM cluster properties --> |
177 | 184 |
<dm.cdh.version>cdh4.7.0</dm.cdh.version> |
178 | 185 |
<hadoop.core.version>2.0.0-mr1-${dm.cdh.version}</hadoop.core.version> |
Also available in: Unified diff
migrated to dnet45