Subversion Repositories SmartDukaan

Rev

Rev 8431 | Rev 16318 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8431 Rev 16306
Line 34... Line 34...
34
        <artifactId>maven-compiler-plugin</artifactId>
34
        <artifactId>maven-compiler-plugin</artifactId>
35
        <version>2.3.2</version>
35
        <version>2.3.2</version>
36
        <configuration>
36
        <configuration>
37
          <debug>true</debug>
37
          <debug>true</debug>
38
          <optimize>true</optimize>
38
          <optimize>true</optimize>
39
          <source>1.6</source>
39
          <source>1.7</source>
40
          <target>1.6</target>
40
          <target>1.7</target>
41
        </configuration>
41
        </configuration>
42
      </plugin>
42
      </plugin>
43
    </plugins>
43
    </plugins>
44
  </build>
44
  </build>
45
 
45
 
Line 54... Line 54...
54
      <build>
54
      <build>
55
        <plugins>
55
        <plugins>
56
          <plugin>
56
          <plugin>
57
	      	<groupId>org.apache.maven.plugins</groupId>
57
	      	<groupId>org.apache.maven.plugins</groupId>
58
	        <artifactId>maven-war-plugin</artifactId>
58
	        <artifactId>maven-war-plugin</artifactId>
59
	        <version>2.1.1</version>
59
	        <version>2.3</version>
60
		    <configuration>
60
		    <configuration>
61
	          <webResources>
61
	          <webResources>
62
                <resource>
62
                <resource>
63
	              <directory>src/main/webapp/js</directory>
63
	              <directory>src/main/webapp/js</directory>
64
	              <targetPath>js</targetPath>
64
	              <targetPath>js</targetPath>
Line 230... Line 230...
230
          </plugin>
230
          </plugin>
231
          
231
          
232
          <plugin>
232
          <plugin>
233
	      	<groupId>org.apache.maven.plugins</groupId>
233
	      	<groupId>org.apache.maven.plugins</groupId>
234
	        <artifactId>maven-war-plugin</artifactId>
234
	        <artifactId>maven-war-plugin</artifactId>
235
	        <version>2.1.1</version>
235
	        <version>2.3</version>
236
	        <executions>
236
	        <executions>
237
			     <execution>
237
			     <execution>
238
			       <id>default-war</id>
238
			       <id>default-war</id>
239
			       <phase>prepare-package</phase>
239
			       <phase>prepare-package</phase>
240
			       <goals>
240
			       <goals>
Line 319... Line 319...
319
      <groupId>readonly.apache</groupId>
319
      <groupId>readonly.apache</groupId>
320
      <artifactId>commons-digester</artifactId>
320
      <artifactId>commons-digester</artifactId>
321
      <version>2.0</version>
321
      <version>2.0</version>
322
    </dependency>
322
    </dependency>
323
    <dependency>
323
    <dependency>
324
      <groupId>readonly.apache</groupId>
324
      <groupId>commons-fileupload</groupId>
325
      <artifactId>commons-fileupload</artifactId>
325
      <artifactId>commons-fileupload</artifactId>
326
      <version>1.2.1</version>
326
      <version>1.3.1</version>
327
    </dependency>
327
    </dependency>
328
    <dependency>
328
    <dependency>
329
      <groupId>readonly.apache</groupId>
329
      <groupId>readonly.apache</groupId>
330
      <artifactId>commons-io</artifactId>
330
      <artifactId>commons-io</artifactId>
331
      <version>1.3.2</version>
331
      <version>1.3.2</version>
Line 401... Line 401...
401
      <version>2.1.6</version>
401
      <version>2.1.6</version>
402
    </dependency>
402
    </dependency>
403
    <dependency>
403
    <dependency>
404
  		<groupId>org.apache.thrift</groupId>
404
  		<groupId>org.apache.thrift</groupId>
405
  		<artifactId>libthrift</artifactId>
405
  		<artifactId>libthrift</artifactId>
406
  		<version>0.7.0</version>
406
  		<version>0.9.2</version>
407
        <exclusions>
407
        <exclusions>
408
        <exclusion>
408
        <exclusion>
409
		    <groupId>commons-codec</groupId>
409
		    <groupId>commons-codec</groupId>
410
  			<artifactId>commons-codec</artifactId>
410
  			<artifactId>commons-codec</artifactId>
411
        </exclusion>
411
        </exclusion>