Subversion Repositories SmartDukaan

Rev

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

Rev 2674 Rev 3090
Line 9... Line 9...
9
  <parent>
9
  <parent>
10
    <artifactId>parent</artifactId>
10
    <artifactId>parent</artifactId>
11
    <groupId>in.shop2020</groupId>
11
    <groupId>in.shop2020</groupId>
12
    <version>1.0-SNAPSHOT</version>
12
    <version>1.0-SNAPSHOT</version>
13
  </parent>
13
  </parent>
-
 
14
 
-
 
15
  <properties>
-
 
16
    <shiro.version>1.1.0</shiro.version>
-
 
17
  </properties>
14
  
18
 
-
 
19
  <build>
-
 
20
        <finalName>crm</finalName>
-
 
21
  </build>
-
 
22
 
15
  <dependencies>
23
  <dependencies>
16
    <!-- Servlet API is only required at compile time. It
24
    <!-- Servlet API is only required at compile time. It
17
     should be provided by the container at the run time. -->
25
     should be provided by the container at the run time. -->
18
    <dependency>
26
    <dependency>
19
      <groupId>readonly.apache</groupId>
27
      <groupId>readonly.apache</groupId>
Line 163... Line 171...
163
    <dependency>
171
    <dependency>
164
        <groupId>org.json</groupId>
172
        <groupId>org.json</groupId>
165
        <artifactId>json</artifactId>
173
        <artifactId>json</artifactId>
166
        <version>20090211</version>
174
        <version>20090211</version>
167
    </dependency>
175
    </dependency>
-
 
176
    <dependency>
-
 
177
        <groupId>org.apache.shiro</groupId>
-
 
178
        <artifactId>shiro-core</artifactId>
-
 
179
        <version>${shiro.version}</version>
-
 
180
    </dependency>
-
 
181
    <dependency>
-
 
182
        <groupId>org.apache.shiro</groupId>
-
 
183
        <artifactId>shiro-web</artifactId>
-
 
184
        <version>${shiro.version}</version>
-
 
185
    </dependency>
168
  </dependencies>
186
  </dependencies>
169
</project>
187
</project>