Revision 2:dcd717e1bcae pom.xml

View differences:

pom.xml
39 39
				<artifactId>maven-compiler-plugin</artifactId>
40 40
				<version>2.3.2</version>
41 41
				<configuration>
42
					<source>1.6</source>
43
					<target>1.6</target>
42
					<source>1.5</source>
43
					<target>1.5</target>
44 44
				</configuration>
45 45
			</plugin>
46 46
		</plugins>
......
362 362
			<artifactId>jtds</artifactId>
363 363
			<version>1.2.2</version>
364 364
		</dependency>
365
		<dependency>
366
			<groupId>commons-lang</groupId>
367
			<artifactId>commons-lang</artifactId>
368
			<version>2.5</version>
369
		</dependency>
365 370
	</dependencies>
366 371
</project>

Also available in: Unified diff