Subversion Repositories Integrator Subversion

Rev

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

Rev 195 Rev 243
Line 121... Line 121...
121
                        <version>8.4-702.jdbc4</version>
121
                        <version>8.4-702.jdbc4</version>
122
                        <scope>runtime</scope>
122
                        <scope>runtime</scope>
123
                </dependency>
123
                </dependency>
124
                               
124
                               
125
                <!-- c3p0 dependency -->
125
                <!-- c3p0 dependency -->
-
 
126
                <dependency>
-
 
127
                    <groupId>org.hibernate</groupId>
-
 
128
                    <artifactId>hibernate-c3p0</artifactId>
-
 
129
                    <version>${hibernate.version}</version>
-
 
130
                </dependency>
126
                <dependency>
131
                <dependency>
127
                        <groupId>c3p0</groupId>
132
                        <groupId>c3p0</groupId>
128
                        <artifactId>c3p0</artifactId>
133
                        <artifactId>c3p0</artifactId>
129
                        <version>${c3p0.version}</version>
134
                        <version>${c3p0.version}</version>
-
 
135
                        <type>jar</type>
-
 
136
                        <scope>compile</scope>
130
                </dependency>
137
                </dependency>
131
 
-
 
-
 
138
               
132
                <dependency>
139
                <dependency>
133
                        <groupId>org.slf4j</groupId>
140
                        <groupId>org.slf4j</groupId>
134
                        <artifactId>slf4j-nop</artifactId>
141
                        <artifactId>slf4j-nop</artifactId>
135
                        <version>1.5.11</version>
142
                        <version>1.5.11</version>
136
                </dependency>
143
                </dependency>