Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
traffic-front
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxiaoming
traffic-front
Commits
7d88a8eb
Commit
7d88a8eb
authored
Sep 20, 2018
by
neo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[dev] add ojdbc from oracle
parent
62c08a55
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
ojdbc6.jar
atms-api/lib/ojdbc6.jar
+0
-0
pom.xml
atms-api/pom.xml
+7
-6
No files found.
atms-api/lib/ojdbc6.jar
0 → 100644
View file @
7d88a8eb
File added
atms-api/pom.xml
View file @
7d88a8eb
...
@@ -141,12 +141,6 @@
...
@@ -141,12 +141,6 @@
<artifactId>
druid
</artifactId>
<artifactId>
druid
</artifactId>
<version>
1.1.5
</version>
<version>
1.1.5
</version>
</dependency>
</dependency>
<dependency>
<groupId>
mysql
</groupId>
<artifactId>
mysql-connector-java
</artifactId>
<version>
5.1.41
</version>
</dependency>
<dependency>
<dependency>
<groupId>
org.nutz
</groupId>
<groupId>
org.nutz
</groupId>
<artifactId>
nutz
</artifactId>
<artifactId>
nutz
</artifactId>
...
@@ -289,6 +283,13 @@
...
@@ -289,6 +283,13 @@
<scope>
system
</scope>
<scope>
system
</scope>
<systemPath>
${basedir}/lib/java-axp-1.0-SNAPSHOT.jar
</systemPath>
<systemPath>
${basedir}/lib/java-axp-1.0-SNAPSHOT.jar
</systemPath>
</dependency>
</dependency>
<dependency>
<groupId>
com.oracle
</groupId>
<artifactId>
ojdbc6
</artifactId>
<version>
1.0
</version>
<scope>
system
</scope>
<systemPath>
${basedir}/lib/ojdbc6.jar
</systemPath>
</dependency>
<dependency>
<dependency>
<groupId>
com.google.guava
</groupId>
<groupId>
com.google.guava
</groupId>
<artifactId>
guava
</artifactId>
<artifactId>
guava
</artifactId>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment