Project

General

Profile

« Previous | Next » 

Revision aa14bca8

Added by Andreas Müller over 16 years ago

View differences:

cdmlib-persistence/pom.xml
7 7
  <parent>
8 8
    <artifactId>cdmParent</artifactId>
9 9
    <groupId>eu.etaxonomy</groupId>
10
    <version>0.4</version>
10
    <version>${cdmlib.version}</version>
11 11
    <relativePath>../cdmParent/pom.xml</relativePath>
12 12
  </parent>
13 13
  <modelVersion>4.0.0</modelVersion>
14 14
  <artifactId>cdmlib-persistence</artifactId>
15 15
  <name>EDIT Common Data Model Library</name>
16
  <version>0.4.5</version>
16
  <version>${cdmlib.version}</version>
17 17
  <description>EDIT CDM library</description>
18 18
  <scm>
19 19
    <connection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlibrary/</connection>
......
22 22
  </scm>
23 23
  <build>
24 24
    <plugins>
25
<!--    	<plugin>
26
    		<groupId>org.codehaus.mojo</groupId>
27
    		<artifactId>hibernate3-maven-plugin</artifactId>
28
    		<version>2.0-alpha-2</version>
29
    		<configuration>
30
    			<components>
31
    				<component>
32
    					<name>hbm2cfgxml</name>
33
    					<outputDirectory>src/main/resources</outputDirectory>
34
    				</component>
35
    			</components>
36
    			<componentProperties>
37
    				<drop>true</drop>
38
    				<configurationfile>/src/main/resources/hibernate.cfg.xml</configurationfile>
39
    			</componentProperties>
40
    		</configuration>
41
    	</plugin>-->
25
<!--    	<plugin>-->
26
<!--    		<groupId>org.codehaus.mojo</groupId>-->
27
<!--    		<artifactId>hibernate3-maven-plugin</artifactId>-->
28
<!--    		<version>2.0-alpha-2</version>-->
29
<!--    		<configuration>-->
30
<!--    			<components>-->
31
<!--    				<component>-->
32
<!--    					<name>hbm2cfgxml</name>-->
33
<!--    					<outputDirectory>src/main/resources</outputDirectory>-->
34
<!--    				</component>-->
35
<!--    			</components>-->
36
<!--    			<componentProperties>-->
37
<!--    				<drop>true</drop>-->
38
<!--    				<configurationfile>/src/main/resources/hibernate.cfg.xml</configurationfile>-->
39
<!--    			</componentProperties>-->
40
<!--    		</configuration>-->
41
<!--    	</plugin>-->
42
    	
43
    	<!--      <plugin>-->
44
<!--        <artifactId>maven-antrun-plugin</artifactId>-->
45
<!--        <executions>-->
46
<!--          <execution>-->
47
<!--            <phase>generate-resources</phase>-->
48
<!--            <goals>-->
49
<!--              <goal>run</goal>-->
50
<!--            </goals>-->
51
<!--            <configuration>-->
52
<!--              <tasks />-->
53
<!--            </configuration>-->
54
<!--          </execution>-->
55
<!--        </executions>-->
56
<!--      </plugin>-->
57

  
42 58
    	<plugin>
43 59
        <artifactId>maven-compiler-plugin</artifactId>
44 60
        <configuration>
......
72 88
        	</systemProperties>
73 89
        </configuration>
74 90
      </plugin>
75
<!--      <plugin>-->
76
<!--        <artifactId>maven-antrun-plugin</artifactId>-->
77
<!--        <executions>-->
78
<!--          <execution>-->
79
<!--            <phase>generate-resources</phase>-->
80
<!--            <goals>-->
81
<!--              <goal>run</goal>-->
82
<!--            </goals>-->
83
<!--            <configuration>-->
84
<!--              <tasks />-->
85
<!--            </configuration>-->
86
<!--          </execution>-->
87
<!--        </executions>-->
88
<!--      </plugin>-->
91

  
89 92
    </plugins>
90 93
  </build>
91 94
  <dependencies>
92 95
  	 <dependency>
93 96
  		<groupId>eu.etaxonomy</groupId>
94 97
  		<artifactId>cdmlib-model</artifactId>
95
  		<version>0.4.5</version>
98
  		<version>${cdmlib.version}</version>
96 99
  	</dependency>
97 100
  	<dependency>
98 101
  		<groupId>javax.persistence</groupId>
......
112 115
  	<dependency>
113 116
  		<groupId>org.springframework</groupId>
114 117
  		<artifactId>spring</artifactId>
115
  		<version>2.5</version>
118
  		<version>${spring.version}</version>
116 119
  	</dependency>
117 120
  	<dependency>
118 121
  		<groupId>org.springframework</groupId>
119 122
  		<artifactId>spring-beans</artifactId>
120
  		<version>2.5</version>
123
  		<version>${spring.version}</version>
121 124
  	</dependency>
122 125
  	<dependency>
123 126
  		<groupId>org.springframework</groupId>
124 127
  		<artifactId>spring-orm</artifactId>
125
  		<version>2.5</version>
128
  		<version>${spring.version}</version>
126 129
  	</dependency>
127 130
  	<dependency>
128 131
  		<groupId>org.springframework</groupId>
129 132
  		<artifactId>spring-jdbc</artifactId>
130
  		<version>2.5</version>
133
  		<version>${spring.version}</version>
131 134
  	</dependency>
132 135
  	<dependency>
133 136
  		<groupId>org.springframework</groupId>
134 137
  		<artifactId>spring-test</artifactId>
135
  		<version>2.5</version>
138
  		<version>${spring.version}</version>
136 139
  	</dependency>
137 140
<!--  	<dependency>-->
138 141
<!--  		<groupId>xerces</groupId>-->
......
175 178
  		<version>1.8.0.7</version>
176 179
  	</dependency>
177 180
  	
178
<!--  	<dependency>-->
179
<!--  		<groupId>oracle</groupId>-->
180
<!--  		<artifactId>ojdbc14</artifactId>-->
181
<!--  		<version>10.2.0.2</version>-->
182
<!--  	</dependency>-->
183
<!--  	<dependency>-->
184
<!--  		<groupId>oracle</groupId>-->
185
<!--  		<artifactId>ojdbc14</artifactId>-->
186
<!--  		<version>9i</version>-->
187
<!--  	</dependency>-->
188
<!--  	<dependency>-->
189
<!--  		<groupId>oracle</groupId>-->
190
<!--  		<artifactId>ojdbc14</artifactId>-->
191
<!--  		<version>9.2.0.5</version>-->
192
<!--  	</dependency>-->
181

  
193 182
  	<dependency>
194 183
  		<groupId>com.microsoft.jdbcdriver</groupId>
195 184
  		<artifactId>mssqlserver</artifactId>
......
205 194
  		<artifactId>msbase</artifactId>
206 195
  		<version>2000.3</version>
207 196
  	</dependency>
197
  	
198
  	<!--  	<dependency>-->
199
<!--  		<groupId>oracle</groupId>-->
200
<!--  		<artifactId>ojdbc14</artifactId>-->
201
<!--  		<version>10.2.0.2</version>-->
202
<!--  	</dependency>-->
203
<!--  	<dependency>-->
204
<!--  		<groupId>oracle</groupId>-->
205
<!--  		<artifactId>ojdbc14</artifactId>-->
206
<!--  		<version>9i</version>-->
207
<!--  	</dependency>-->
208
<!--  	<dependency>-->
209
<!--  		<groupId>oracle</groupId>-->
210
<!--  		<artifactId>ojdbc14</artifactId>-->
211
<!--  		<version>9.2.0.5</version>-->
212
<!--  	</dependency>-->
208 213
  </dependencies>
209 214
</project>

Also available in: Unified diff