Subversion Repositories SmartDukaan

Rev

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

Rev 4304 Rev 8068
Line 118... Line 118...
118
		<groupId>commons-fileupload</groupId>
118
		<groupId>commons-fileupload</groupId>
119
		<artifactId>commons-fileupload</artifactId>
119
		<artifactId>commons-fileupload</artifactId>
120
		<version>1.2.2</version>
120
		<version>1.2.2</version>
121
	</dependency>
121
	</dependency>
122
            
122
            
-
 
123
    <dependency>
-
 
124
    	<groupId>javax.inject</groupId>
-
 
125
    	<artifactId>javax.inject</artifactId>
-
 
126
    	<version>1</version>
-
 
127
    </dependency>
-
 
128
    <dependency>
-
 
129
    	<groupId>ShipDEWebServiceClient</groupId>
-
 
130
    	<artifactId>ShipDEWebServiceClient</artifactId>
-
 
131
    	<version>1.0-SNAPSHOT</version>
-
 
132
    </dependency>
-
 
133
    <dependency>
-
 
134
    	<groupId>net.sf.barcode4j</groupId>
-
 
135
    	<artifactId>barcode4j</artifactId>
-
 
136
    	<version>2.1</version>
-
 
137
    </dependency>
123
  </dependencies>
138
  </dependencies>
124
 
139
 
125
  <build>
140
  <build>
126
    <!-- Generate compiled stuff in the folder used for developing mode -->
141
    <!-- Generate compiled stuff in the folder used for developing mode -->
127
    <outputDirectory>${webappDirectory}/WEB-INF/classes</outputDirectory>
142
    <outputDirectory>${webappDirectory}/WEB-INF/classes</outputDirectory>