Subversion Repositories SmartDukaan

Rev

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

Rev 3153 Rev 3155
Line 113... Line 113...
113
        </dependency>
113
        </dependency>
114
        <dependency>
114
        <dependency>
115
            <groupId>in.shop2020</groupId>
115
            <groupId>in.shop2020</groupId>
116
            <artifactId>ThriftConfig</artifactId>
116
            <artifactId>ThriftConfig</artifactId>
117
            <version>1.0-SNAPSHOT</version>
117
            <version>1.0-SNAPSHOT</version>
-
 
118
            <exclusions>
-
 
119
                <exclusion>
-
 
120
                    <groupId>readonly.slf4j</groupId>
-
 
121
                    <artifactId>slf4j-api</artifactId>
-
 
122
                </exclusion>
-
 
123
                <exclusion>
-
 
124
                    <groupId>readonly.slf4j</groupId>
-
 
125
                    <artifactId>slf4j-simple</artifactId>
-
 
126
                </exclusion>
-
 
127
            </exclusions>
118
        </dependency>
128
        </dependency>
119
        <dependency>
129
        <dependency>
120
            <groupId>in.shop2020</groupId>
130
            <groupId>in.shop2020</groupId>
121
            <artifactId>Common</artifactId>
131
            <artifactId>Common</artifactId>
122
            <version>1.0-SNAPSHOT</version>
132
            <version>1.0-SNAPSHOT</version>
-
 
133
            <exclusions>
-
 
134
                <exclusion>
-
 
135
                    <groupId>readonly.slf4j</groupId>
-
 
136
                    <artifactId>slf4j-api</artifactId>
-
 
137
                </exclusion>
-
 
138
                <exclusion>
-
 
139
                    <groupId>readonly.slf4j</groupId>
-
 
140
                    <artifactId>slf4j-simple</artifactId>
-
 
141
                </exclusion>
-
 
142
            </exclusions>
-
 
143
 
123
        </dependency>
144
        </dependency>
124
    </dependencies>
145
    </dependencies>
125
</project>
146
</project>